Skip to content

Commit

Permalink
fix descriptions in tests docstring [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Feb 9, 2017
1 parent 78f31b2 commit e4f3945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/live_tests/scenarios/tag_as_set/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_030_AS2_prefix_ok_origin_ko(self):
std_comms=["999:64512", "999:64515"], lrg_comms=["999:0:64512", "999:0:64515"])

def test_030_AS2_prefix_ko_origin_ko(self):
"""{}: AS2 prefix ko origin ok"""
"""{}: AS2 prefix ko origin ko"""
self.receive_route(self.rs, self.DATA["AS3_pref_ko_origin_ko1"], self.AS2, as_path="2 3", next_hop=self.AS2,
std_comms=["999:64513", "999:64515"], lrg_comms=["999:0:64513", "999:0:64515"])

Expand All @@ -153,7 +153,7 @@ def test_040_AS4_prefix_ok_origin_ko(self):
self.receive_route(self.rs, self.DATA["AS3_pref_ok_origin_ko2"], self.AS4, as_path="4 3", next_hop=self.AS4, filtered=True)

def test_040_AS4_prefix_ko_origin_ko(self):
"""{}: AS4 prefix ko origin ok"""
"""{}: AS4 prefix ko origin ko"""
self.receive_route(self.rs, self.DATA["AS3_pref_ko_origin_ko1"], self.AS4, as_path="4 3", next_hop=self.AS4, filtered=True)


Expand All @@ -172,5 +172,5 @@ def test_050_AS5_prefix_ok_origin_ko(self):
std_comms=["999:64512", "999:64515"], lrg_comms=["999:0:64512", "999:0:64515"])

def test_050_AS5_prefix_ko_origin_ko(self):
"""{}: AS5 prefix ko origin ok"""
"""{}: AS5 prefix ko origin ko"""
self.receive_route(self.rs, self.DATA["AS3_pref_ko_origin_ko1"], self.AS5, as_path="5 3", next_hop=self.AS5, filtered=True)

0 comments on commit e4f3945

Please sign in to comment.