diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-30 14:50:43 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-30 19:17:56 -0500 |
commit | e746700a7dfe469bb65a54d04a5d2202d7f56e9e (patch) | |
tree | f20096bfb8f132d9346aaff5baa1f578fae8a639 /bootstrap/vagrant-onap/tests/_test_base | |
parent | 2fd432a29edd1117703d464cccb9831a57109449 (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_base | 2 |
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 { |