Skip to content

Commit 197fd31

Browse files
shalemanshaleman
authored and
shaleman
committed
sanity test fixes
1 parent 6d244e0 commit 197fd31

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Vagrantfile

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ provision_common_always = <<SCRIPT
8080
# Drop cache to workaround vboxsf problem
8181
echo 3 > /proc/sys/vm/drop_caches
8282
83+
# start docker daemon
84+
systemctl start docker
85+
8386
# Start OVS if required
8487
systemctl start openvswitch
8588

systemtests/trigger_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (s *systemtestSuite) TestTriggerNetpluginDisconnect(c *C) {
124124
}
125125

126126
func (s *systemtestSuite) TestTriggerNodeReload(c *C) {
127-
if os.Getenv("CONTIV_DOCKER_VERSION") != "1.11.1" {
127+
if os.Getenv("CONTIV_DOCKER_VERSION") == "1.10.3" {
128128
c.Skip("Skipping node reload test on older docker version")
129129
}
130130
network := &client.Network{

vendor/gopkg.in/check.v1/helpers.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)