You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cnf-performing-end-to-end-tests-for-platform-verification.adoc
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Validations include:
23
23
* Having the Performance Addon Operator installed
24
24
* Having the SR-IOV Operator installed
25
25
* Having the PTP Operator installed
26
+
* Enabling the `contain-mount-namespace` mode via machine config
26
27
* Using OVN kubernetes as the SDN
27
28
28
29
Latency tests, a part of the CNF-test container, also require the same validations. For more information about running a latency test, see the Running the latency tests section.
@@ -211,6 +212,7 @@ The set of available features to filter are:
@@ -430,6 +432,10 @@ Various tests have different requirements. Some of them are:
430
432
* A performance profile having `profile.Spec.RealTimeKernel.Enabled == true`.
431
433
* A node with no huge pages usage.
432
434
435
+
.Container-mount-namespace tests
436
+
437
+
* A node with a machine config which enables `container-mount-namespace` mode
438
+
433
439
[id="limiting-nodes-used-during-tests_{context}"]
434
440
=== Limiting the nodes used during tests
435
441
@@ -626,6 +632,11 @@ Performance tests apply a performance profile to the cluster. The effect of this
626
632
627
633
DPDK relies on both performance and SR-IOV features, so the test suite configures both a performance profile and SR-IOV networks, so the impacts are the same as those described in SR-IOV testing and performance testing.
The validation test for `container-mount-namespace` mode only checks that the appropriate `MachineConfig` objects are present and active, and has no additional impact on the node.
0 commit comments