Skip to content

Commit 0f5428b

Browse files
authored
Merge pull request firecracker-microvm#514 from alakesh/fix-example-integ-test
Fix for integ-test failure in docker based example.
2 parents 7ba0c4e + 4f4d63a commit 0f5428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ TEST_GATEWAY?=172.16.0.1
5252
TEST_IP?=172.16.0.2
5353
TEST_SUBNET?=/24
5454
FICD_DM_VOLUME_GROUP?=
55-
TEST_POOL?=
55+
TEST_POOL?=testpool
5656
testtap:
5757
ip link add br0 type bridge
5858
ip tuntap add tap0 mode tap

0 commit comments

Comments
 (0)