-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
bonding cleanup password issue #2280
bonding cleanup password issue #2280
Conversation
Peer Interfaes link up and mtu 1500 setup code is brought outside the for loop of the code used to make the host interfaces up Signed-off-by: Pavaman Subramaniyam <pavsubra@linux.vnet.ibm.com>
Executed these tests after the changes made in the bonding.py file in the test_cleanup() function on the ShinnerT adapter ports. [root@ltcden4-lp16 ~]# lspci [root@ltcden4-lp16 net]# cat bonding.py.data/bonding.yaml |
Executed these tests after the changes made in the bonding.py file in the test_cleanup() function on the Haleakala SRIOV Ethernet VF adapter ports. [root@ ~]# lspci [root@ ~]# ethtool -i eth0 [root@ ~]# cat bonding.py.data/bonding.yaml |
Executed these tests after the changes made in the bonding.py file in the test_cleanup() function on the ibmvnic adapter ports. [root@ltcden11-lp2 ~]# ethtool -i env3 [root@ net]# cat bonding.py.data/bonding_single.yaml |
@vaishnavibhat can you please have look on this Request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this code fix on my setup and the problem is fixed
[root@ltc-zz1b-lp2 net]# avocado run --test-runner runner bonding.py --mux-yaml bonding.py.data/bonding.yaml --execution-order tests-per-variant
JOB ID : 43261e7741e29913befcabf21b32eeea2a0e564c
JOB LOG : /home/ioci/avocado-fvt-wrapper/results/job-2022-04-26T03.07-43261e7/job.log
(01/21) bonding.py:Bonding.test_setup;run-Test-round-robin-6cf1: PASS (81.11 s)
(02/21) bonding.py:Bonding.test_run;run-Test-round-robin-6cf1: PASS (789.30 s)
(03/21) bonding.py:Bonding.test_cleanup;run-Test-round-robin-6cf1: PASS (46.05 s)
(04/21) bonding.py:Bonding.test_setup;run-Test-active-backup-d198: PASS (81.79 s)
(05/21) bonding.py:Bonding.test_run;run-Test-active-backup-d198: PASS (790.24 s)
(06/21) bonding.py:Bonding.test_cleanup;run-Test-active-backup-d198: PASS (60.98 s)
(07/21) bonding.py:Bonding.test_setup;run-Test-balance-xor-37c7: PASS (81.85 s)
(08/21) bonding.py:Bonding.test_run;run-Test-balance-xor-37c7: PASS (792.83 s)
(09/21) bonding.py:Bonding.test_cleanup;run-Test-balance-xor-37c7: PASS (46.17 s)
(10/21) bonding.py:Bonding.test_setup;run-Test-broadcast-c553: PASS (81.85 s)
(11/21) bonding.py:Bonding.test_run;run-Test-broadcast-c553: PASS (789.84 s)
(12/21) bonding.py:Bonding.test_cleanup;run-Test-broadcast-c553: PASS (46.07 s)
(13/21) bonding.py:Bonding.test_setup;run-Test-802.3ad-177b: PASS (21.75 s)
(14/21) bonding.py:Bonding.test_run;run-Test-802.3ad-177b: PASS (790.45 s)
(15/21) bonding.py:Bonding.test_cleanup;run-Test-802.3ad-177b: PASS (58.53 s)
(16/21) bonding.py:Bonding.test_setup;run-Test-balance-tlb-9fee: PASS (81.84 s)
(17/21) bonding.py:Bonding.test_run;run-Test-balance-tlb-9fee: PASS (791.61 s)
(18/21) bonding.py:Bonding.test_cleanup;run-Test-balance-tlb-9fee: PASS (60.72 s)
(19/21) bonding.py:Bonding.test_setup;run-Test-balance-alb-f1c9: PASS (81.08 s)
(20/21) bonding.py:Bonding.test_run;run-Test-balance-alb-f1c9: PASS (789.54 s)
(21/21) bonding.py:Bonding.test_cleanup;run-Test-balance-alb-f1c9: PASS (46.20 s)
RESULTS : PASS 21 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML : /home/ioci/avocado-fvt-wrapper/results/job-2022-04-26T03.07-43261e7/results.html
JOB TIME : 6436.24 s
[root@ltc-zz1b-lp2 net]#
Peer Interfaes link up and mtu 1500 setup code is brought outside the for loop of the code used to make the host interfaces up
Signed-off-by: Pavaman Subramaniyam pavsubra@linux.vnet.ibm.com