Skip to content

Commit 67def55

Browse files
committed
tests
1 parent 9c351f7 commit 67def55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/suites/network_address_set.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: Test Address set from STDIN
1818
addresses:
1919
- 192.168.0.1
2020
- 192.168.0.254
21-
external_ids:
21+
config:
2222
user.mykey: foo
2323
EOF
2424
incus network address-set show testAS | grep -q "description: Test Address set from STDIN"
@@ -34,7 +34,7 @@ description: Updated address set
3434
addresses:
3535
- 10.0.0.1
3636
- 10.0.0.2
37-
external_ids:
37+
config:
3838
user.mykey: bar
3939
EOF
4040
incus network address-set show testAS | grep -q "Updated address set"

0 commit comments

Comments
 (0)