mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
tests: We no longer allow slashes in zones
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
@@ -16,8 +16,6 @@ test_network_zone() {
|
||||
|
||||
# Create the zones
|
||||
! incus network zone create /incus.example.net || false
|
||||
incus network zone create incus.example.net/withslash
|
||||
incus network zone delete incus.example.net/withslash
|
||||
incus network zone create incus.example.net --description "Test network zone"
|
||||
incus network zone create 2.0.192.in-addr.arpa
|
||||
incus network zone create 0.1.0.1.2.4.2.4.2.4.2.4.2.4.d.f.ip6.arpa
|
||||
|
||||
Reference in New Issue
Block a user