From e173c7697148747e59eb04ba9b0678b828f5a021 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 30 Aug 2017 15:24:20 -0500 Subject: Replace src_folder for mr_src_folder Change-Id: Ie48521aafc503fd961e5286be8fbc425d46fdb36 Signed-off-by: Victor Morales Issue-Id: INT-104 --- bootstrap/vagrant-onap/tests/test_mr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap/tests') 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 -- cgit 1.2.3-korg