Skip to content

Commit 06cf6ee

Browse files
committed
Use "fc-test-thinpool" as a thinpool for testing
runtime/Makefile and examples/Makefile are using different pools, while tools/thinpool.sh is assuming that we only have a single loopback-based thinpool. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
1 parent ae05892 commit 06cf6ee

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?=testpool
55+
TEST_POOL?=fc-test-thinpool
5656
testtap:
5757
ip link add br0 type bridge
5858
ip tuntap add tap0 mode tap

0 commit comments

Comments
 (0)