From 80ef0a4494b2b86c96efce2c2c16c26862e68444 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 21 Aug 2017 19:17:07 -0500 Subject: Add DCAE UTs This change adds the Unit Tests that verify the functionality of DCAE scripts and makes proper changes to refactor the lib/dcae source code. Change-Id: I0a6c000ddf1ff29bd094e8bc552e6bea5ef3e8ec Signed-off-by: Victor Morales Issue-Id: INT-22 --- bootstrap/vagrant-onap/tools/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap/tools') diff --git a/bootstrap/vagrant-onap/tools/run.sh b/bootstrap/vagrant-onap/tools/run.sh index cf31fe4c7..c606a0998 100755 --- a/bootstrap/vagrant-onap/tools/run.sh +++ b/bootstrap/vagrant-onap/tools/run.sh @@ -78,7 +78,7 @@ case $COMMAND in export TEST_SUITE=$test_suite export TEST_CASE=$test_case - rm -rf ../opt/ + rm -rf ./opt/ rm -rf ~/.m2/ ;; * ) -- cgit 1.2.3-korg