These are the tests that I've run to verify these fixes:
== tempest regression ==
This is our standard deployment of openstack regression testing with tempest to ensure there is no regression in the tests that get executed.
== server resize ==
Ensure the following is successful:
openstack server create c1 --image cirros --flavor m1.tiny --key-name nova-key --security-group 8faf8920-eaad-42ea-a91f-dc78f13a6d36 --nic net-id=036e1cc8-9a40-494b-944d-a0386fe874d7 openstack server resize --flavor 2 c1 openstack server resize confirm c1
Also ensure resize is successful on CIS hardened system.
== instance snapshot ==
openstack server image create --name c1-image c1
== CIS hardening test ==
Repeat the image snapshot after CIS hardening on nova-computes, using the rules listed in this bug description.
These are the tests that I've run to verify these fixes:
== tempest regression ==
This is our standard deployment of openstack regression testing with tempest to ensure there is no regression in the tests that get executed.
== server resize ==
Ensure the following is successful:
openstack server create c1 --image cirros --flavor m1.tiny --key-name nova-key --security-group 8faf8920- eaad-42ea- a91f-dc78f13a6d 36 --nic net-id= 036e1cc8- 9a40-494b- 944d-a0386fe874 d7
openstack server resize --flavor 2 c1
openstack server resize confirm c1
Also ensure resize is successful on CIS hardened system.
== instance snapshot ==
Ensure the following is successful:
openstack server image create --name c1-image c1
== CIS hardening test ==
Repeat the image snapshot after CIS hardening on nova-computes, using the rules listed in this bug description.