summaryrefslogtreecommitdiff
path: root/tests/topotests/mgmt_oper/test_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/mgmt_oper/test_simple.py')
-rw-r--r--tests/topotests/mgmt_oper/test_simple.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/topotests/mgmt_oper/test_simple.py b/tests/topotests/mgmt_oper/test_simple.py
index 32988e77dc..008733ee72 100644
--- a/tests/topotests/mgmt_oper/test_simple.py
+++ b/tests/topotests/mgmt_oper/test_simple.py
@@ -92,18 +92,18 @@ def test_oper_simple(tgen):
'rib[afi-safi-name="frr-routing:ipv4-unicast"][table-id="254"]/route',
"simple-results/result-ribs-rib-route-nokey.json",
),
- # Missing entry
(
'/frr-vrf:lib/vrf[name="default"]/frr-zebra:zebra/ribs/'
'rib[afi-safi-name="frr-routing:ipv4-unicast"][table-id="254"]/'
- 'route[prefix="1.1.0.0/24"]',
- "simple-results/result-empty.json",
+ 'route[prefix="1.1.1.0/24"]',
+ "simple-results/result-ribs-rib-route-prefix.json",
),
+ # Missing entry
(
'/frr-vrf:lib/vrf[name="default"]/frr-zebra:zebra/ribs/'
'rib[afi-safi-name="frr-routing:ipv4-unicast"][table-id="254"]/'
- 'route[prefix="1.1.1.0/24"]',
- "simple-results/result-ribs-rib-route-prefix.json",
+ 'route[prefix="1.1.0.0/24"]',
+ "simple-results/result-empty.json",
),
# Leaf reference
(