Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Address comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miao Luo committed Oct 30, 2017
1 parent 1edd607 commit 5ea3152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/vfile_demote_promote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func (s *VFileDemotePromoteTestSuite) TestSwarmRoleChange(c *C) {
out, err = dockercli.DeleteVolume(s.worker1, s.volName2)
c.Assert(err, IsNil, Commentf(out))

log.Println("Finished swarm promote/demote test for vFile, start to reset the testbed swarm roles...")
err = dockercli.PromoteNode(s.worker1, s.master)
c.Assert(err, IsNil, Commentf("Failed to reset manager role for %s ", s.master))

Expand Down

0 comments on commit 5ea3152

Please sign in to comment.