commit | a5e5764525b40c5fd85adeb09a49bb7538315327 | [log] [tgz] |
---|---|---|
author | Akash Rajguru <akash.rajguru@est.tech> | Wed Jun 02 14:40:39 2021 +0100 |
committer | Akash Rajguru <akash.rajguru@est.tech> | Wed Jun 02 16:22:36 2021 +0100 |
tree | 98afcfc53f14a34523320b1f81d03b30f2e75bb5 | |
parent | cf2e52a0c8ff61021a570633393f2c6304db2a05 [diff] |
Fixed the tox errors for ansible-lint, shellcheck, yamllint Change-Id: Ibf024b44b2a82c7248877fbc2f022b7fd15e882a
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