commit | 60254aa18f16ff2e16190139e0520a62d2e962e1 | [log] [tgz] |
---|---|---|
author | Prasad Mukhedkar <prasad.mukhedkar@est.tech> | Wed Feb 10 15:14:43 2021 +0000 |
committer | Nordix Gerrit <gerrit@nordix.org> | Wed Feb 10 15:14:43 2021 +0000 |
tree | 46720bd0a9329519c485e596b50aa76a719d45a8 | |
parent | 37708903964f64d1c737999bc2c53b5a4f83d6ad [diff] | |
parent | c45aff04fb2f9636fcd271530fc866ed3e381718 [diff] |
Merge "Add README.md"
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