diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-12-02 16:51:13 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-12-02 16:51:13 +0100 |
commit | e3ee41c7f267d8fc3325b11b3140994de6013137 (patch) | |
tree | 3a08a151ef6ad5187bbab5f929913313980cd655 /tests/topotests | |
parent | tests: ospf_p2mp should not use /tmp (diff) | |
download | frr-e3ee41c7f267d8fc3325b11b3140994de6013137.tar.xz frr-e3ee41c7f267d8fc3325b11b3140994de6013137.zip |
tests: ospf_netns_vrf should not use /tmp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests')
-rw-r--r-- | tests/topotests/ospf_netns_vrf/r1/ospfd.conf | 2 | ||||
-rw-r--r-- | tests/topotests/ospf_netns_vrf/r1/zebra.conf | 2 | ||||
-rw-r--r-- | tests/topotests/ospf_netns_vrf/r2/ospfd.conf | 2 | ||||
-rw-r--r-- | tests/topotests/ospf_netns_vrf/r2/zebra.conf | 2 | ||||
-rw-r--r-- | tests/topotests/ospf_netns_vrf/r3/ospfd.conf | 2 | ||||
-rw-r--r-- | tests/topotests/ospf_netns_vrf/r3/zebra.conf | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/tests/topotests/ospf_netns_vrf/r1/ospfd.conf b/tests/topotests/ospf_netns_vrf/r1/ospfd.conf index ba1314656..75f38d005 100644 --- a/tests/topotests/ospf_netns_vrf/r1/ospfd.conf +++ b/tests/topotests/ospf_netns_vrf/r1/ospfd.conf @@ -1,7 +1,5 @@ ! hostname r1 -password zebra -log file /tmp/r1-ospfd.log ! interface r1-eth0 vrf r1-ospf-cust1 ip ospf hello-interval 1 diff --git a/tests/topotests/ospf_netns_vrf/r1/zebra.conf b/tests/topotests/ospf_netns_vrf/r1/zebra.conf index 56d7a9764..1c08f1e26 100644 --- a/tests/topotests/ospf_netns_vrf/r1/zebra.conf +++ b/tests/topotests/ospf_netns_vrf/r1/zebra.conf @@ -4,8 +4,6 @@ ! debug zebra event ! hostname r1 -password zebra -log file /tmp/r1-zebra.log ! interface r1-eth0 vrf r1-ospf-cust1 ip address 10.0.1.1/24 diff --git a/tests/topotests/ospf_netns_vrf/r2/ospfd.conf b/tests/topotests/ospf_netns_vrf/r2/ospfd.conf index 01b6b1526..3cd69bb8f 100644 --- a/tests/topotests/ospf_netns_vrf/r2/ospfd.conf +++ b/tests/topotests/ospf_netns_vrf/r2/ospfd.conf @@ -1,7 +1,5 @@ ! hostname r2 -password zebra -log file /tmp/r2-ospfd.log ! interface r2-eth0 vrf r2-ospf-cust1 ip ospf hello-interval 1 diff --git a/tests/topotests/ospf_netns_vrf/r2/zebra.conf b/tests/topotests/ospf_netns_vrf/r2/zebra.conf index 6ff72d126..f997028c7 100644 --- a/tests/topotests/ospf_netns_vrf/r2/zebra.conf +++ b/tests/topotests/ospf_netns_vrf/r2/zebra.conf @@ -1,7 +1,5 @@ ! hostname r2 -password zebra -log file /tmp/r2-zebra.log ! interface r2-eth0 vrf r2-ospf-cust1 ip address 10.0.2.1/24 diff --git a/tests/topotests/ospf_netns_vrf/r3/ospfd.conf b/tests/topotests/ospf_netns_vrf/r3/ospfd.conf index abfaa5b9e..4581a609b 100644 --- a/tests/topotests/ospf_netns_vrf/r3/ospfd.conf +++ b/tests/topotests/ospf_netns_vrf/r3/ospfd.conf @@ -1,7 +1,5 @@ ! hostname r3 -password zebra -log file /tmp/r3-ospfd.log ! ! interface r3-eth0 vrf r3-ospf-cust1 diff --git a/tests/topotests/ospf_netns_vrf/r3/zebra.conf b/tests/topotests/ospf_netns_vrf/r3/zebra.conf index 153415004..4053d94a6 100644 --- a/tests/topotests/ospf_netns_vrf/r3/zebra.conf +++ b/tests/topotests/ospf_netns_vrf/r3/zebra.conf @@ -1,7 +1,5 @@ ! hostname r3 -password zebra -log file /tmp/r3-zebra.log ! interface r3-eth0 vrf r3-ospf-cust1 ip address 10.0.3.1/24 |