commit | 830935488e7a79cbaead050ee300b4c8e9102587 | [log] [tgz] |
---|---|---|
author | Akash Rajguru <akash.rajguru@est.tech> | Sat Mar 12 01:05:02 2022 +0000 |
committer | Akash Rajguru <akash.rajguru@est.tech> | Mon Mar 14 11:01:06 2022 +0000 |
tree | 9ad1fc6cc2d45e24d31444ca37b26a49c61972af | |
parent | c1fa95192a8f710c46bcdb4ee4c03e376eab64d1 [diff] |
Update for custom ONAP componants healthcheck test * Added new task in prepare-xteting-healthcheck for healthcheck_test_custom_list * Updated onap.yaml for HEALTHCHECK_TEST_CUSTOM_LIST lookup Change-Id: If9a5a918ea25a8a0eac11c6d8baf0704cc07dc78
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