commit | c1fa95192a8f710c46bcdb4ee4c03e376eab64d1 | [log] [tgz] |
---|---|---|
author | Akash Rajguru <akash.rajguru@est.tech> | Tue Feb 01 14:56:25 2022 +0000 |
committer | Akash Rajguru <akash.rajguru@est.tech> | Tue Feb 01 14:56:25 2022 +0000 |
tree | 5761d56f57ea3d7a9053167514f17ab00e1f08fb | |
parent | dfe294102279f307317b3472f33692aba1195362 [diff] |
Updated xtesting infra image tag to master * infra-healthcheck pined to onap-k8s Change-Id: If6652790e8fb6d6c893048ff2215cbb54f945b89
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