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:
108
108
data:
109
109
spec.timeout: 10m
110
110
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>
113
113
----
114
114
<1> The name of the `NetworkAttachmentDefinition` object.
115
115
<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:
194
194
data:
195
195
spec.timeout: 10m
196
196
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"
199
199
status.succeeded: "true" <1>
200
200
status.failureReason: "" <2>
201
201
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
24
24
|True
25
25
26
26
|`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
29
29
30
30
|`spec.param.trafficGenTargetNodeName`
31
31
|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
36
36
|False
37
37
38
38
|`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
41
41
42
42
|`spec.param.vmUnderTestTargetNodeName`
43
43
|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