summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2026-08-21 23:41:34 +1000
committerGitHub <noreply@github.com>2026-08-21 08:41:34 -0500
commit6dc9d721513dca5a573c7ee01b74d703ff41f95f (patch)
treeaf2ccddbe4050547ab1f12043f3a4c06c03b4365 /tests/unit/fixtures
parent0fe5f71123e5ff1d489a91486076fc875fa2810e (diff)
downloadrest.vyos-6dc9d721513dca5a573c7ee01b74d703ff41f95f.tar.gz
rest.vyos-6dc9d721513dca5a573c7ee01b74d703ff41f95f.zip
T8989: prefix_lists module
* prefix_lists module * prefix_lists module rst * t8989 prefix_lists module * Converage tests fixes * T8989: SIT updates
Diffstat (limited to 'tests/unit/fixtures')
-rw-r--r--tests/unit/fixtures/prefix_lists_running.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/unit/fixtures/prefix_lists_running.json b/tests/unit/fixtures/prefix_lists_running.json
index 2a6ecd3..ebc72d0 100644
--- a/tests/unit/fixtures/prefix_lists_running.json
+++ b/tests/unit/fixtures/prefix_lists_running.json
@@ -6,14 +6,12 @@
"2": {
"action": "permit",
"prefix": "92.168.10.0/26",
- "le": "32",
- "description": "Rule 2 given by ansible"
+ "le": "32"
},
"3": {
"action": "deny",
"prefix": "72.168.2.0/24",
- "ge": "26",
- "description": "Rule 3"
+ "ge": "26"
}
}
}
@@ -25,8 +23,7 @@
"5": {
"action": "permit",
"prefix": "2001:db8:8000::/35",
- "le": "37",
- "description": "Permit rule"
+ "le": "37"
}
}
},