Skip to content

Commit 7b06a2d

Browse files
committed
fix(godpu): fix docker-compose evpn test command syntax
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
1 parent f59fbf6 commit 7b06a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2022-2023 Dell Inc, or its subsidiaries.
33
# Copyright (C) 2023 Intel Corporation
44
---
5-
version: "3.7"
5+
# version: "3.7" - version is obsolete and can be removed/commented out
66
services:
77
spdk:
88
image: docker.io/opiproject/spdk:v24.01
@@ -161,7 +161,7 @@ services:
161161
depends_on:
162162
opi-evpn-server:
163163
condition: service_healthy
164-
command: evpn create-vrf --name blue --vni 100 --vtep 10.0.0.100/24 --loopback 10.100.0.1/24 --addr opi-evpn-server:50151
164+
command: network evpn create-vrf --name blue --vni 100 --vtep 10.0.0.100/24 --loopback 10.100.0.1/24 --addr opi-evpn-server:50151
165165

166166
opi-smbios-test:
167167
build:

0 commit comments

Comments
 (0)