Commit Graph

67 Commits

Author SHA1 Message Date
Felipe Reyes 8a9b519c81 Set tempest octavia provider to amphora.
By default the provider that will be used by tempest is "octavia" which
in Octavia's default configuration is an alias of amphora, although in a
Charmed OpenStack is not.

This change sets the provider to be used by octavia-tempest-plugin to
amphora.
2022-06-30 18:07:52 -04:00
Corey Bryant 41bc9e0069 Add manila support to tempest 2022-05-19 17:09:07 +00:00
Corey Bryant 860a9fd76c Favor the V3 volume endpoint for tempest config
If the V3 volume endpoint is available, use it for tempest testing.
The V2 volume endpoint is removed in OpenStack Xena, so this allows
us to use the latest available endpoint.
2021-10-14 14:51:31 +00:00
Aurelien Lourot b7e4bbf0fc Allow several tempest runs with different config
This deprecates:

    configure:
      - zaza.openstack.charm_tests.tempest.setup.render_tempest_config_keystone_v3
    tests:
      - zaza.openstack.charm_tests.tempest.tests.TempestTest

by allowing multiple runs with different config:

    tests:
      - zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneV2
      - zaza.openstack.charm_tests.openstack_upgrade.tests.OpenStackUpgradeTestsByOption
      - zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneV3
2021-09-16 10:00:06 +02:00
Corey Bryant 3229ce2d42 Switch tempest config to use include and exclude flags 2021-08-11 17:03:46 +00:00
Chris MacNaughton 779137f60f Restrict adding Octavia config
Only add Octavia's config when Octavia is in the enabled services
2021-05-06 14:12:33 +02:00
Chris MacNaughton e631b93541 Add proper support for Octavia's tempest tests (#498)
* Update tempest config for Octavia
* ensure the test_server is executable
* remove reference to accounts.yaml
2021-05-04 11:46:27 +02:00
Chris MacNaughton 7bf624b007 Update tempest config files to use newly renamed test_name_server variable 2020-09-25 12:53:13 +02:00
Chris MacNaughton 522d3e53b8 Only configure private Neutron CIDR if it is configured 2020-09-25 10:39:13 +02:00
Chris MacNaughton 70e758be05 Break out required environment variables
Instead of printing out the list of all required environment
variables when one is missing, only print out the missing
variables.
2020-09-24 15:18:49 +02:00
Chris MacNaughton e0795481d5 Add Octavia to Tempest service list 2020-09-11 11:42:25 +02:00
Chris MacNaughton 6a18a37c13 Ensure that the workspace deletion doesn't fail with file not found. 2020-08-20 17:21:36 +02:00
Chris MacNaughton 5455bee2e9 Fix protocol rendering for keystone URL
Closes #387
2020-08-20 08:52:00 +02:00
coreycb a67b4906ee Use juju model as workspace and store in home (#383)
* Use juju model as workspace and store in home

The current juju model will now be used as the tempest workspace name.
Additionally, all workspaces will be stored in ~/.tempest/<workspace>.

This patch also introduces a new option 'keep-workspace' that can be
specified along with other tempest options to keep the workspace after
tempest test execution. It defaults to False.

Also minor adjustment to smoke option to test boolean value.
2020-08-18 15:54:09 +02:00
Chris MacNaughton 37dfa53baf ensure that we add the bare cinder endpoint
When there is a cinderv2 or cinderv3 endpoint, we should
enable the bare cinder bits in the tempest config.
2020-07-03 16:04:14 +02:00
coreycb ac65792d53 Merge pull request #320 from gnuoy/tempest-auto-detect
Tempest auto detect
2020-06-12 12:07:50 -04:00
Liam Young 68648aede5 Tidyup following review feedback 2020-06-12 13:14:28 +00:00
Liam Young 12cf1725cb Fix service -> setup f map 2020-06-12 12:54:57 +00:00
Corey Bryant e8898979b5 Drop check for tempest workspace directory
This check is not necessary. The workspace is recreated on each
run, so just attempt to remove the workspace each time.
2020-06-12 01:56:17 +00:00
Liam Young b95c79c9e3 Include templates 2020-06-11 15:53:51 +00:00
Liam Young d837c0ed97 Automatically enable/disable config for tempest.
Automatically enable/disable config for tempest based on the
contents of the keystone service catalogue.
2020-06-11 14:12:16 +00:00
Corey Bryant bdc2e96e93 Drop OS_ prefix from SETUP_ENV_VARS 2020-06-09 14:22:26 +00:00
Corey Bryant 7f6ed4665d Fix pep8 error 2020-06-09 14:01:27 +00:00
Corey Bryant 4e993e4251 Move add_tempest_roles to keystone setup.py 2020-06-05 19:42:25 +00:00
Corey Bryant 3837b1ac85 Drop add_tempest_flavors in favor of using nova.setup.create_flavors 2020-06-05 15:54:33 +00:00
Corey Bryant 616f04f0bc Move add_cirros_alt_image to glance setup.py and fix up loops 2020-06-05 14:54:26 +00:00
Corey Bryant 46d9887b45 Move get_application_ip to zaza/openstack/utilities/juju.py 2020-06-05 14:35:29 +00:00
Corey Bryant 35a9e55ea5 Fix pep8 issues 2020-05-28 14:19:04 +00:00
Corey Bryant 924da664cf Revert "Revert "Set api_extensions and floating_network_name""
This reverts commit 21ee604329552faacfe7984180eb34e003d0cc1b.
2020-05-28 10:45:10 +00:00
Corey Bryant e7da28abc9 Revert "Set api_extensions and floating_network_name"
This reverts commit 1cc280292963ee70aeff9f9dbb96f457f398999f.
2020-05-28 10:45:10 +00:00
Corey Bryant 30b7b91904 Set api_extensions and floating_network_name
api_extensions and floating_network_name are set in tempest.conf to fix
tempest failures for:
* test_list_show_extensions (missing 'l3_agent_scheduler' extension)
* test_server_basic_ops (404 'Floating IP pool not found')
2020-05-28 10:45:10 +00:00
Corey Bryant 19725c73b5 Fix template variable in render_tempest_config 2020-05-28 10:45:10 +00:00
Corey Bryant 5075e97470 Switch Member -> member 2020-05-28 10:45:10 +00:00
Corey Bryant db47aa1fb9 Minor update 2020-05-28 10:45:10 +00:00
Corey Bryant f668784f41 Add the missing test_runner 2020-05-28 10:45:10 +00:00
Corey Bryant 9336e3efa7 Minor update 2020-05-28 10:45:10 +00:00
Corey Bryant a21ddd33e6 Code cleanup 2020-05-28 10:45:10 +00:00
Corey Bryant 19be6f7d48 Fix copyright 2020-05-28 10:45:10 +00:00
Corey Bryant 8a39e07cbf Set disable_ssl_certificate_validation to true to deal with self-signed certs 2020-05-28 10:45:10 +00:00
Corey Bryant 9e3b2f7416 Add catalog_type tempest config support 2020-05-28 10:45:10 +00:00
Corey Bryant 635866afe4 cleanup 2020-05-28 10:45:10 +00:00
Corey Bryant f4c150f3e7 restore templates 2020-05-28 10:45:10 +00:00
Corey Bryant 2df890cabf s/run/tempest run/ 2020-05-28 10:45:10 +00:00
Corey Bryant 411951d1a1 uncomment get_tempest_context 2020-05-28 10:45:10 +00:00
Corey Bryant 27cc4ebdcf Switch to running tempest with subprocess and use workspace 2020-05-28 10:45:10 +00:00
Corey Bryant 816c6462ca Revert to remember 2020-05-28 10:45:10 +00:00
Corey Bryant eaca793e52 tmp debug testing 2020-05-28 10:45:10 +00:00
Corey Bryant 2b9de3a2b7 Updates to tempest config rendering and init 2020-05-28 10:45:10 +00:00
Corey Bryant 82a1f1b75d Fix tempest run config-file flag 2020-05-28 10:45:10 +00:00
Corey Bryant af2cff3c6c Set tempest debug to false 2020-05-28 10:45:10 +00:00