Commit 506a4f5b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tests - ACL End-to-end integration test:

- Fixed paths in deploy/destroy scripts
- Fixed firewall startup config
parent 131a6628
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,14 +28,17 @@ management api netconf
   transport ssh default
!
interface Ethernet10
   no switchport
   ip address 172.16.10.1/24
   no shutdown
!
interface Ethernet11
   no switchport
   ip address 172.16.11.1/24
   no shutdown
!
interface Ethernet12
   no switchport
   ip address 172.16.12.1/24
   no shutdown
!
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
# limitations under the License.

cd ~/tfs-ctrl/src/tests/acl_end2end
sudo containerlab deploy --topo acl_end2end.clab.yml
sudo containerlab deploy --topo clab/acl_end2end.clab.yml
+2 −2
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
# limitations under the License.

cd ~/tfs-ctrl/src/tests/acl_end2end
sudo containerlab destroy --topo acl_end2end.clab.yml
sudo rm -rf clab-acl_end2end/ .acl_end2end.clab.yml.bak
sudo containerlab destroy --topo clab/acl_end2end.clab.yml
sudo rm -rf clab/clab-acl_end2end/ clab/.acl_end2end.clab.yml.bak