@@ -169,7 +169,7 @@ Feature: Sriov related scenarios
169
169
| cr_name | <cardname >-netdevice |
170
170
| resource_type | sriovnetworknodepolicies |
171
171
Then the step should succeed
172
- And I wait up to 500 seconds for the steps to pass:
172
+ And I wait up to 1000 seconds for the steps to pass:
173
173
"""
174
174
When I run the :get admin command with:
175
175
| resource | sriovnetworknodestates |
@@ -227,7 +227,7 @@ Feature: Sriov related scenarios
227
227
Then the step should succeed
228
228
229
229
And admin checks that the "intel-netdevice-rhcos" network_attachment_definition exists in the "<%= cb.usr_project1 %>" project
230
- And admin checks that the "intel-netdevice-rhcos" sriov_network is deleted from the "openshift-sriov-network-operator" project
230
+ Given admin ensures "intel-netdevice-rhcos" sriov_network is deleted from the "openshift-sriov-network-operator" project
231
231
And admin checks that there are no network_attachment_definition in the "<%= cb.usr_project1 %>" project
232
232
233
233
# @author zzhao@redhat.com
@@ -545,13 +545,13 @@ Feature: Sriov related scenarios
545
545
| intel-netdevice |
546
546
| syncStatus: Succeeded |
547
547
| vfID: 4 |
548
- """
549
548
When I run the :get admin command with:
550
549
| resource | node |
551
550
| l | feature.node.kubernetes.io/sriov-capable=true |
552
551
| o | yaml |
553
552
Then the step should succeed
554
553
And the output should contain "openshift.io/intelnetdevice: "5""
554
+ """
555
555
556
556
# @author zzhao@redhat.com
557
557
# @case_id OCP-30268
@@ -562,22 +562,20 @@ Feature: Sriov related scenarios
562
562
Given sriov config daemon is ready
563
563
Given I patch the sriov logs to "0"
564
564
Then the step should succeed
565
- Given 10 seconds have passed
566
565
When I run the :logs admin command with:
567
566
| resource_name | <%= pod .name %> |
568
567
| c | sriov -network -config -daemon |
569
568
| since | 10s |
570
569
Then the step should succeed
571
- And the output should not contain "nodeUpdateHandler "
570
+ And the output should contain "Set log verbose level to: 0 "
572
571
Given I patch the sriov logs to "2"
573
572
Then the step should succeed
574
- Given 10 seconds have passed
575
573
When I run the :logs admin command with:
576
574
| resource_name | <%= pod .name %> |
577
575
| c | sriov -network -config -daemon |
578
576
| since | 10s |
579
577
Then the step should succeed
580
- And the output should contain "nodeUpdateHandler "
578
+ And the output should contain "Set log verbose level to: 2 "
581
579
582
580
# @author zzhao@redhat.com
583
581
# @case_id OCP-30277
@@ -698,7 +696,7 @@ Feature: Sriov related scenarios
698
696
| cr_name | intel -dpdk |
699
697
| resource_type | sriovnetworknodepolicies |
700
698
Then the step should succeed
701
- And I wait up to 300 seconds for the steps to pass:
699
+ And I wait up to 1000 seconds for the steps to pass:
702
700
"""
703
701
When I run the :get admin command with:
704
702
| resource | sriovnetworknodestates |
0 commit comments