Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Aug 31, 2018
1 parent d4b89c3 commit 8763b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pod/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func (suite *PodTestSuite) TestGenerateClientCommand() {
podNetwork.VlanTag = &vlanTag
command = generateClientCommand(podNetwork)
ans = []string{
"--s=unix:///tmp/vortex.sock",
"--server=unix:///tmp/vortex.sock",
"--bridge=" + bName,
"--nic=" + ifName,
"--ip=1.2.3.4/24",
Expand Down

0 comments on commit 8763b8d

Please sign in to comment.