Skip to content

Commit

Permalink
Debugging tests on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Mar 28, 2021
1 parent ceb9a4e commit 469dd85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/live_tests/scenarios/bird2_rpki_rtr_example/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,17 @@ def test_042_check_bird_rtr(self):
if "Established" not in res:
self.fail("RTR protocol is not Established: {}".format(res))

def test_050_spin_up_routinator(self):
def test_050_route_dropped(self):
"""{}: route dropped after spinning the validator up"""
self.rs.clear_cached_routes()

print(
self.rs.run_cmd("birdc show route all")
)
print(
self.rs.run_cmd("birdc show route all filtered")
)

self.receive_route(self.rs, self.DATA["AS1_1"], self.AS1_1,
next_hop=self.AS1_1, as_path="1",
std_comms=[], lrg_comms=[],
Expand Down

0 comments on commit 469dd85

Please sign in to comment.