commit | dfe294102279f307317b3472f33692aba1195362 | [log] [tgz] |
---|---|---|
author | Akash Rajguru <akash.rajguru@est.tech> | Thu Nov 04 13:23:25 2021 +0000 |
committer | Akash Rajguru <akash.rajguru@est.tech> | Thu Nov 04 14:07:33 2021 +0000 |
tree | 4b7e77d36ab66a62d28266659be84bad1c92ffc9 | |
parent | a66e1bbbc7a32561a73c0d1a88b0d4fa9c9f2c4b [diff] |
Update to use master image of xtesting * Also ignores holmes for healthcheck Change-Id: I1e9b8d706f273886269db26e41a14caf863788cc
Leverage xtesting framework to automatically test ONAP deployment. Currently following two testsuites are supported.
Mandatory:
Optional:
$ git clone "https://gerrit.nordix.org/infra/test" ; cd test/test $./test.sh -s onap -b master -c onap-full-nofeature -f xtesting -t healthcheck/infra-healthcheck -i /tmp/inventory.ini
here :
-s : Stack to test. -b : Stack version/branch -c : Scenario to test -f : Test framework -t : Test Suite (healthcheck or infra-healthcheck) -i : Ansible inventory file
git clone "https://gerrit.nordix.org/infra/test" ; cd test/test ./package.sh -s onap -b master
here:
-s : Test stack to package -b : Test Stack version/branch