diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-30 15:24:20 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-30 15:24:30 -0500 |
commit | e173c7697148747e59eb04ba9b0678b828f5a021 (patch) | |
tree | 463581a46ccfec28d417d9041e7e9981503e2ca0 /bootstrap/vagrant-onap/tests | |
parent | d353af8be5100d2ff55d0082f72d760ceb68b521 (diff) |
Replace src_folder for mr_src_folder
Change-Id: Ie48521aafc503fd961e5286be8fbc425d46fdb36
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-104
Diffstat (limited to 'bootstrap/vagrant-onap/tests')
-rw-r--r-- | bootstrap/vagrant-onap/tests/test_mr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/tests/test_mr b/bootstrap/vagrant-onap/tests/test_mr index d8db84940..a863b99ba 100644 --- a/bootstrap/vagrant-onap/tests/test_mr +++ b/bootstrap/vagrant-onap/tests/test_mr @@ -11,7 +11,7 @@ covered_functions=( function test_clone_mr_repos { clone_mr_repos - asserts_file_exist $src_folder/deploy.sh + asserts_file_exist $mr_src_folder/deploy.sh } # test_get_mr_images() - Verify that Message Router Docker images are retrieved |