diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-30 22:17:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-30 22:17:16 +0000 |
commit | 2fd432a29edd1117703d464cccb9831a57109449 (patch) | |
tree | 6088ed75dfa454e02a08c222c91c888d5b49ad15 /bootstrap/vagrant-onap/tests | |
parent | bf1e7f0d0f88f5645f2e0b97dcbf885b69251b58 (diff) | |
parent | e173c7697148747e59eb04ba9b0678b828f5a021 (diff) |
Merge "Replace src_folder for mr_src_folder"
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 |