We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When full model name (controller:model) and test-directory are specified, zaza pretends there are no tests
$ functest-test -m foundations-maas:ceph-standalone --test-directory tests/ 2023-01-25 10:45:31 [INFO] Events: {} Metadata: {}
The same without controller name
$ functest-test -m ceph-standalone --test-directory tests/ 2023-01-25 10:47:18 [INFO] ## Running Test zaza.openstack.charm_tests.ceph.mon.tests.CinderCephMonTest ## ...
But when -t is used to specify a test, controller:model is fine
-t
$ functest-test -m foundations-maas:ceph-standalone -t zaza.openstack.charm_tests.ceph.tests.CephRGWTest 2023-01-25 10:49:28 [INFO] ## Running Test zaza.openstack.charm_tests.ceph.tests.CephRGWTest ## ...
When not using --test-directory at all -t works fine with and without controller
--test-directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When full model name (controller:model) and test-directory are specified, zaza pretends there are no tests
The same without controller name
But when
-t
is used to specify a test, controller:model is fineWhen not using
--test-directory
at all-t
works fine with and without controllerThe text was updated successfully, but these errors were encountered: