Skip to content

Commit

Permalink
Merge pull request #188 from linkernetworks/johnlin/fix-network-test
Browse files Browse the repository at this point in the history
[Bug] fix ovs dpdk test
  • Loading branch information
John-Lin authored Jul 27, 2018
2 parents 6ce3b1d + d650290 commit f590fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networkcontroller/network_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (suite *NetworkControllerTestSuite) TestCreateOVSDPDKNetwork() {
suite.NoError(err)
nc, err := New(net.JoinHostPort(nodeIP, DEFAULT_CONTROLLER_PORT))
suite.NoError(err)
err = nc.CreateOVSNetwork("netdev", tName, network.Nodes[0].PhyInterfaces, network.VLANTags)
err = nc.CreateOVSDPDKNetwork(tName, network.Nodes[0].PhyInterfaces, network.VLANTags)
suite.NoError(err)

//TODO we need support the list function to check the ovs is existed
Expand Down

0 comments on commit f590fff

Please sign in to comment.