From 15392d7378216d69d908def6abf3b5679402f64d Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Fri, 9 Jun 2023 16:39:47 +0200 Subject: [PATCH] undo some of the updates because of older versions in integration tests --- cli/test/containerlab/integrationtest.clab.tmpl.yml | 2 +- cli/test/containerlab/integrationtest_branch.clab.tmpl.yml | 2 +- controller/test/containerlab/complex-1.0.clab.tmpl.yml | 2 +- controller/test/containerlab/dev.clab.tmpl.yml | 2 +- controller/test/containerlab/int01.clab.tmpl.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/test/containerlab/integrationtest.clab.tmpl.yml b/cli/test/containerlab/integrationtest.clab.tmpl.yml index e94143c5e..edc8cb659 100644 --- a/cli/test/containerlab/integrationtest.clab.tmpl.yml +++ b/cli/test/containerlab/integrationtest.clab.tmpl.yml @@ -3,7 +3,7 @@ name: @@CLAB_NAME@@ mgmt: network: @@CLAB_NAME@@ - ipv4-subnet: @@CLAB_MGMT_SUBNET@@ + ipv4_subnet: @@CLAB_MGMT_SUBNET@@ topology: kinds: diff --git a/cli/test/containerlab/integrationtest_branch.clab.tmpl.yml b/cli/test/containerlab/integrationtest_branch.clab.tmpl.yml index 40c1e3e21..140b6bb0f 100644 --- a/cli/test/containerlab/integrationtest_branch.clab.tmpl.yml +++ b/cli/test/containerlab/integrationtest_branch.clab.tmpl.yml @@ -3,7 +3,7 @@ name: @@CLAB_NAME@@ mgmt: network: @@CLAB_NAME@@ - ipv4-subnet: @@CLAB_MGMT_SUBNET@@ + ipv4_subnet: @@CLAB_MGMT_SUBNET@@ topology: kinds: diff --git a/controller/test/containerlab/complex-1.0.clab.tmpl.yml b/controller/test/containerlab/complex-1.0.clab.tmpl.yml index 470f399a8..cdec98b88 100644 --- a/controller/test/containerlab/complex-1.0.clab.tmpl.yml +++ b/controller/test/containerlab/complex-1.0.clab.tmpl.yml @@ -3,7 +3,7 @@ name: @@CLAB_NAME@@ mgmt: network: @@CLAB_NAME@@ - ipv4-subnet: @@CLAB_MGMT_SUBNET@@ + ipv4_subnet: @@CLAB_MGMT_SUBNET@@ topology: nodes: diff --git a/controller/test/containerlab/dev.clab.tmpl.yml b/controller/test/containerlab/dev.clab.tmpl.yml index 97602dd09..985bd7539 100644 --- a/controller/test/containerlab/dev.clab.tmpl.yml +++ b/controller/test/containerlab/dev.clab.tmpl.yml @@ -3,7 +3,7 @@ name: @@CLAB_NAME@@ mgmt: network: clab-@@CLAB_NAME@@ - ipv4-subnet: @@CLAB_MGMT_SUBNET@@ + ipv4_subnet: @@CLAB_MGMT_SUBNET@@ topology: kinds: diff --git a/controller/test/containerlab/int01.clab.tmpl.yml b/controller/test/containerlab/int01.clab.tmpl.yml index 89f5900f9..10512cce1 100644 --- a/controller/test/containerlab/int01.clab.tmpl.yml +++ b/controller/test/containerlab/int01.clab.tmpl.yml @@ -3,7 +3,7 @@ name: @@CLAB_NAME@@ mgmt: network: @@CLAB_NAME@@ - ipv4-subnet: @@CLAB_MGMT_SUBNET@@ + ipv4_subnet: @@CLAB_MGMT_SUBNET@@ topology: kinds: -- GitLab