diff options
Diffstat (limited to 'tests/2-nodes-vpp-memif-replication.yml')
-rw-r--r-- | tests/2-nodes-vpp-memif-replication.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/2-nodes-vpp-memif-replication.yml b/tests/2-nodes-vpp-memif-replication.yml index 3e22ca99e..d08112dbb 100644 --- a/tests/2-nodes-vpp-memif-replication.yml +++ b/tests/2-nodes-vpp-memif-replication.yml @@ -33,7 +33,7 @@ services: unix { startup-config /etc/vpp/client-up.txt cli-listen /run/vpp/cli.sock - log /var/log/vpp/vpp.log + log ${FORWARDER_LOG_PATH} } EOF @@ -95,7 +95,7 @@ services: unix { startup-config /etc/vpp/server-up.txt cli-listen /run/vpp/cli.sock - log /var/log/vpp/vpp.log + log ${FORWARDER_LOG_PATH} } EOF |