Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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)


test_run.sh runs the Akraino Tempest Helm package. It performs the following actions:

  1. Set default values
  2. Validate OpenStack settings
  3. Delete any partially deleted instances
  4. Clean previous runs, if any, if Tempest is running
  5. Install tempest as a pod on a given cluster, also via Helm charts
  6. Run Tempest tests
  7. Return 0 on success, 1 on error

...