File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ metadata:
108108data:
109109 spec.timeout: 10m
110110 spec.param.networkAttachmentDefinitionName: <network_name> <1>
111- spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.3.1 <2>
112- spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.3.1 " <3>
111+ spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.4.0 <2>
112+ spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.4.0 " <3>
113113----
114114<1> The name of the `NetworkAttachmentDefinition` object.
115115<2> The container disk image for the traffic generator. In this example, the image is pulled from the upstream Project Quay Container Registry.
@@ -194,8 +194,8 @@ metadata:
194194data:
195195 spec.timeout: 10m
196196 spec.param.NetworkAttachmentDefinitionName: "dpdk-network-1"
197- spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.2 .0"
198- spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.2 .0"
197+ spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.4 .0"
198+ spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.4 .0"
199199 status.succeeded: "true" <1>
200200 status.failureReason: "" <2>
201201 status.startTimestamp: "2023-07-31T13:14:38Z" <3>
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ The following table shows the mandatory and optional parameters that you can set
2424|True
2525
2626|`spec.param.trafficGenContainerDiskImage`
27- |The container disk image for the traffic generator. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:main` .
28- |False
27+ |The container disk image for the traffic generator.
28+ |True
2929
3030|`spec.param.trafficGenTargetNodeName`
3131|The node on which the traffic generator VM is to be scheduled. The node should be configured to allow DPDK traffic.
@@ -36,8 +36,8 @@ The following table shows the mandatory and optional parameters that you can set
3636|False
3737
3838|`spec.param.vmUnderTestContainerDiskImage`
39- |The container disk image for the VM under test. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-vm:main` .
40- |False
39+ |The container disk image for the VM under test.
40+ |True
4141
4242|`spec.param.vmUnderTestTargetNodeName`
4343|The node on which the VM under test is to be scheduled. The node should be configured to allow DPDK traffic.
You can’t perform that action at this time.
0 commit comments