commit | 05ac9c8b165e1c1d7a0a260fb2c504fe7bf9701b | [log] [tgz] |
---|---|---|
author | Akash Rajguru <akash.rajguru@est.tech> | Thu Mar 24 16:32:24 2022 +0000 |
committer | Akash Rajguru <akash.rajguru@est.tech> | Wed Mar 30 08:39:01 2022 +0100 |
tree | 2b743c9d743eec1f98714cf98225fec0c0c41a52 | |
parent | 830935488e7a79cbaead050ee300b4c8e9102587 [diff] |
Update to healthcheck_deployment.yaml.j2 * healthcheck_deployment.yaml.j2 updated to save robot report and log * Added healthcheck_pvc.yaml.j2 to create pvc to store robot output files * Added healthcheck reports job to collect robot test reports Change-Id: Iaa9d9b604c4f0de9a087a180b32f2cf84fcdd771
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