commit | c45aff04fb2f9636fcd271530fc866ed3e381718 | [log] [tgz] |
---|---|---|
author | eprasad <prasad.mukhedkar@est.tech> | Tue Feb 09 07:58:35 2021 +0000 |
committer | Prasad Mukhedkar <prasad.mukhedkar@est.tech> | Wed Feb 10 11:45:03 2021 +0000 |
tree | 32f5ab301b6a255a3e02be84e9d98c0b802fbb88 | |
parent | 305fc7d59416997858ceee893f744ad30854a387 [diff] |
Add README.md Signed-off-by: eprasad <prasad.mukhedkar@est.tech> Change-Id: I2a8eb7fae8990392611e9d942b24a8218341762c
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