Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9240e7 commit cf7f9d9Copy full SHA for cf7f9d9
internal/acceptance/openstack/baremetal/v1/nodes_test.go
@@ -279,7 +279,8 @@ func TestNodesVirtualInterfaces(t *testing.T) {
279
280
client, err := clients.NewBareMetalV1Client()
281
th.AssertNoErr(t, err)
282
- client.Microversion = "1.28" // VIFs were added in API version 1.28
+ // VIFs were added in API version 1.28, but at least 1.38 is needed for tests to pass
283
+ client.Microversion = "1.38"
284
285
node, err := CreateNode(t, client)
286
0 commit comments