summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/tests/_test_base
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-08-30 14:50:43 -0500
committerVictor Morales <victor.morales@intel.com>2017-08-30 19:17:56 -0500
commite746700a7dfe469bb65a54d04a5d2202d7f56e9e (patch)
treef20096bfb8f132d9346aaff5baa1f578fae8a639 /bootstrap/vagrant-onap/tests/_test_base
parent2fd432a29edd1117703d464cccb9831a57109449 (diff)
Create UTs for SDC
This change create a script that contains Unit Tests that covers functionality of SDC component. Change-Id: Ie51dac0fe112319da3f9522cdb36ac7de49d523d Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-16
Diffstat (limited to 'bootstrap/vagrant-onap/tests/_test_base')
-rw-r--r--bootstrap/vagrant-onap/tests/_test_base2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/tests/_test_base b/bootstrap/vagrant-onap/tests/_test_base
index 19cc8ef11..155de98bb 100644
--- a/bootstrap/vagrant-onap/tests/_test_base
+++ b/bootstrap/vagrant-onap/tests/_test_base
@@ -1,6 +1,6 @@
#!/bin/bash
-source /var/onap/asserts
+source /var/onap_tests/asserts
# main() - Starting point for Unit Tests
function main {