0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00

Flock tests: ospf-base data update

This commit is contained in:
Maria Matejka 2024-07-25 17:07:38 +02:00
parent 3887a0bfee
commit 962f2e8933
2 changed files with 1398 additions and 742 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
import asyncio import asyncio
from python.BIRD.Test import Test, BIRDInstance from python.BIRD.Test import Test, BIRDInstance, DumpRIB
from python.BIRD.LogChecker import LogExpectedStub from python.BIRD.LogChecker import LogExpectedStub
class ThisTest(Test): class ThisTest(Test):
@ -32,5 +32,4 @@ class ThisTest(Test):
async def test(self): async def test(self):
# Startup check # Startup check
await self.route_dump(30, "startup") await DumpRIB(self, 30, "startup")()