commit | 285c11a47a4a967068ee98c32c2447f71f608fda | [log] [tgz] |
---|---|---|
author | Akash Rajguru <akash.rajguru@est.tech> | Wed Apr 20 09:09:55 2022 +0100 |
committer | Akash Rajguru <akash.rajguru@est.tech> | Wed Apr 20 14:08:34 2022 +0100 |
tree | 2788f7a8d791d385c5f1ed2abc36025fd8f9e890 | |
parent | 05ac9c8b165e1c1d7a0a260fb2c504fe7bf9701b [diff] |
Update to healthcheck to fetch robot files to slave vm * Fetch robot files from jumphost to slave vm Change-Id: I36db01ff7c1e8402b966fb81ced19e1c680ce640
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