diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-31 17:17:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-31 17:17:21 +0000 |
commit | 7bf702df84d8cff152e95346ce65d847286a5bf9 (patch) | |
tree | 91729ba6f74ba13f0fe098cd7003562663f19e0b /bootstrap/vagrant-onap/tests/_test_base | |
parent | c08380f4fffdda0b5a0ea330b89d1cd5bdfb152b (diff) | |
parent | e746700a7dfe469bb65a54d04a5d2202d7f56e9e (diff) |
Merge "Create UTs for SDC"
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 { |