...
For the following steps, substitute appropriate values for the OpenStack username, password, region name, and desired timeout ( 1600 Seconds).
Code Block | ||
---|---|---|
| ||
$ cd /opt $ sudo git clone http://gerrit.akraino.org/test_automation.git $ cd test_automation/openstack-tempest $ sudo vi tempest/values.yaml # Edit candidate/blacklisted tests as needed $ OS_USERNAME=test OS_PASSWORD=xyz OS_REGION_NAME=NewRegion ./test_run.sh $ TIMEOUT=1600 ./test_status.sh # optional flag: --no-delete (use for debugging) |
...