We jubilantly announce the release of: whitebox-tempest-plugin 0.1.0 The source is available from: https://opendev.org/openstack/whitebox-tempest-plugin Download the package from: https://tarballs.openstack.org/whitebox-tempest-plugin/ For more details, please see below. Changes in whitebox-tempest-plugin 0.0.3..0.1.0 ----------------------------------------------- e056798 Update build exception when using unified limits 36d5633 Disable CPU power management a464d48 Update string format to address PEP8 E231 bee34db Wait for libvirt domain shutdown correctly a8af2ff docs: Add DevStack configuration example to README 261de3a Update accessing nova compute logs for RBD check c9b9b1a Updates readme format 0ead5a9 Discard the cpu-0 from dedicated set a2ec9d7 Update docstring for VirtQEMUdManager aaf4850 Update shared/dedicated cpu calculations 6b729ca Verify vTPM creation after svc restart 2a09062 Enable tests for tls in whitebox 31d9e3a Updated watchdog tests with machine type 75f2d3b verify vencrypt feature 66f6c71 Update detach/attach to handle sriov macvtap 48ff84e Rebuild with uefi image property 71c9c3e Swtich to Ubuntu Noble image 5f85428 Reduce ddt requirement to >=1.6.0 fd55f90 Adds libvirt watchdog e8ffa78 Add realtime mask as parameter cceaaf3 Stop using irrelevant-filed for whitebox-devstack-ceph-multinode bdc7dfc Use sudo when gather compute id information b219d06 Revert "Evalute adding serial decorator to tests" a126077 extend pre-commit with basic python linting Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 38 +++++++- .zuul.yaml | 23 +++-- README.rst | 48 ++++++++-- devstack/plugin.sh | 1 + devstack/settings | 1 + dictionary.txt | 0 playbooks/whitebox/pre.yaml | 2 +- requirements.txt | 1 + whitebox_tempest_plugin/api/compute/base.py | 46 ++++----- .../api/compute/test_compute_id.py | 4 +- .../api/compute/test_console_encryption.py | 55 +++++++++++ .../api/compute/test_cpu_pinning.py | 103 ++++++++++----------- .../api/compute/test_cpu_state_mgmt.py | 12 +++ whitebox_tempest_plugin/api/compute/test_nvdimm.py | 3 +- .../api/compute/test_rbd_direct_download.py | 69 +++++++------- .../api/compute/test_server_evacuation.py | 45 ++++----- whitebox_tempest_plugin/api/compute/test_sriov.py | 32 ++++--- whitebox_tempest_plugin/api/compute/test_uefi.py | 25 ++++- whitebox_tempest_plugin/api/compute/test_vdpa.py | 2 +- whitebox_tempest_plugin/api/compute/test_vgpu.py | 8 +- .../api/compute/test_volume_encryption.py | 4 +- whitebox_tempest_plugin/api/compute/test_vtpm.py | 33 ++++++- .../api/compute/test_watchdog_devices.py | 66 +++++++++++++ whitebox_tempest_plugin/common/waiters.py | 4 +- whitebox_tempest_plugin/config.py | 21 ++++- whitebox_tempest_plugin/services/clients.py | 46 ++++++++- 26 files changed, 515 insertions(+), 177 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b3f0b89..fcd4308 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,0 +20 @@ barbican-tempest-plugin;python_version>'3.6' +ddt>=1.6.0
participants (1)
-
no-reply@openstack.org