Fix security_groups for c8/suse#5354
Conversation
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 972 |
weizhouapache
left a comment
There was a problem hiding this comment.
tested on a centos7 env, it works.
Create Vm with multiple NIC's ... === TestName: test_01_create_vm_with_multiple_nics | Status : SUCCESS ===
ok
Create VM with single NIC and then add additional NIC ... === TestName: test_02_add_nic_to_vm | Status : SUCCESS ===
ok
Add secondary IP's to the VM ... === TestName: test_03_add_ip_to_default_nic | Status : SUCCESS ===
ok
Add secondary IP's to remaining NIC's ... === TestName: test_04_add_ip_to_remaining_nics | Status : SUCCESS ===
ok
Stop and Start a VM with Multple NIC ... === TestName: test_05_stop_start_vm_with_multiple_nic | Status : SUCCESS ===
ok
Migrate a VM with Multple NIC ... === TestName: test_06_migrate_vm_with_multiple_nic | Status : SUCCESS ===
ok
Remove secondary IP from any NIC ... === TestName: test_07_remove_secondary_ip_from_nic | Status : SUCCESS ===
ok
Remove NIC from VM ... === TestName: test_08_remove_nic_from_vm | Status : SUCCESS ===
ok
Reboot a VM with Multple NIC ... === TestName: test_09_reboot_vm_with_multiple_nic | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 9 tests in 294.765s
OK
|
@davidjumani @DaanHoogland @davidjumani could you target this pr to 4.15 ? the issue also exist in ubuntu 20.04, I will create a testing env and run the test (it should work) |
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Thanks @weizhouapache I also had to force push since I needed to rebase, can you add your changes again |
yadvr
left a comment
There was a problem hiding this comment.
LGTM -haven't tested it, we'll need to test on all support distros to confirm this.
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 973 |
|
@rhtyd This is used only for verifying the rules for tests, does not affect the functioning of the agent |
@davidjumani thanks. done. |
yes, agree with @davidjumani . it does not impact the functionalities. |
|
LGTM then and based on Wei's tests too. |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Nevermind - reviewed this, LGTM. No tests needed as manual tests are provided and BO doesn't run component test with security groups (yet). |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 992 |
Description
Fixes fetching the bridge name for c8 / suse where the result of virsh domlist contains leading spaces
Used only in component tests, so not a functionality break
Types of changes
Bug Severity
How Has This Been Tested?
Before :
After :