commit | cf2e52a0c8ff61021a570633393f2c6304db2a05 | [log] [tgz] |
---|---|---|
author | Akash Rajguru <akash.rajguru@est.tech> | Tue Jun 01 09:17:59 2021 +0100 |
committer | Akash Rajguru <akash.rajguru@est.tech> | Tue Jun 01 09:21:33 2021 +0100 |
tree | 6c45f4634a9d6ab9776235144fb5f39be52cb22d | |
parent | 60254aa18f16ff2e16190139e0520a62d2e962e1 [diff] |
updated helm command for helm3 Change-Id: I1fde2fd2abfa973fe4bb439b6a4bc038a09e028d
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