diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-21 19:17:07 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-21 19:17:07 -0500 |
commit | 80ef0a4494b2b86c96efce2c2c16c26862e68444 (patch) | |
tree | 1d9133a30df9231c0714d0bb938b5a26957c4d0e /bootstrap/vagrant-onap/tools | |
parent | 9c0b46832ff031e337a13358eb83752c853aa1fc (diff) |
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 <victor.morales@intel.com>
Issue-Id: INT-22
Diffstat (limited to 'bootstrap/vagrant-onap/tools')
-rwxr-xr-x | bootstrap/vagrant-onap/tools/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/ ;; * ) |