Skip to content

Commit

Permalink
Fix tests for api package
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Kulazhenkov <[email protected]>
  • Loading branch information
ykulazhenkov committed Apr 30, 2024
1 parent 3d9f062 commit ec1fe2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/testdata/TestIBRendering/simpleib.golden
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"namespace": "testnamespace"
},
"spec": {
"config": "{ \"cniVersion\":\"0.3.1\", \"name\":\"\",\"type\":\"ib-sriov\",\"capabilities\":foo,\"ipam\":{} }"
"config": "{ \"cniVersion\":\"1.0.0\", \"name\":\"\",\"type\":\"ib-sriov\",\"capabilities\":foo,\"ipam\":{} }"
}
}
2 changes: 1 addition & 1 deletion api/v1/testdata/TestRendering/chained.golden
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"namespace": "testnamespace"
},
"spec": {
"config": "{ \"cniVersion\":\"0.3.1\", \"name\":\"\",\"plugins\": [ {\"type\":\"sriov\",\"vlan\":0,\"vlanQoS\":0,\"ipam\":{} },\n{ \"type\": \"vrf\", \"vrfname\": \"blue\" }\n] }"
"config": "{ \"cniVersion\":\"1.0.0\", \"name\":\"\",\"plugins\": [ {\"type\":\"sriov\",\"vlan\":0,\"vlanQoS\":0,\"ipam\":{} },\n{ \"type\": \"vrf\", \"vrfname\": \"blue\" }\n] }"
}
}
2 changes: 1 addition & 1 deletion api/v1/testdata/TestRendering/simple.golden
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"namespace": "testnamespace"
},
"spec": {
"config": "{ \"cniVersion\":\"0.3.1\", \"name\":\"\",\"type\":\"sriov\",\"vlan\":0,\"vlanQoS\":0,\"ipam\":{} }"
"config": "{ \"cniVersion\":\"1.0.0\", \"name\":\"\",\"type\":\"sriov\",\"vlan\":0,\"vlanQoS\":0,\"ipam\":{} }"
}
}

0 comments on commit ec1fe2d

Please sign in to comment.