Skip to content

Commit

Permalink
Merge pull request #245 from rodrigogansobarbieri/functest_review_improv
Browse files Browse the repository at this point in the history
charmed functest runner follow up improvements
  • Loading branch information
dosaboy authored Sep 16, 2024
2 parents a3c18c6 + bd9508c commit 5439da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openstack/tools/charmed_openstack_functest_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ python 3.8 and others python 3.10. Some tests might require Juju 2.9 and others
Juju 3.x - the assumption in this runner is that Juju 3.x is ok to use.
OPTIONS:
--func-test-target
--func-test-target TARGET_NAME
Provide the name of a specific test target to run. If none provided
all tests are run based on what is defined in osci.yaml i.e. will do
what osci would do by default.
--func-test-pr
--func-test-pr PR_ID
Provides similar functionality to Func-Test-Pr in commit message. Set
to zaza-openstack-tests Pull Request ID.
--no-wait
Expand All @@ -53,7 +53,7 @@ OPTIONS:
By default we modify test bundle constraints to ensure that applications
have the resources they need. For example nova-compute needs to have
enough capacity to boot the vms required by the tests.
--sleep
--sleep TIME_SECS
Specify amount of seconds to sleep between functest steps.
--help
This help message.
Expand Down

0 comments on commit 5439da9

Please sign in to comment.