mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:18:53 +00:00
all-protocol-startup: Fix pref commit - bamboo prefix is lower case
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
08fa1af779
commit
1026c19adb
@ -265,7 +265,7 @@ def test_error_messages_daemons():
|
||||
|
||||
# Ignoring the issue if told to ignore (ie not yet fixed)
|
||||
if (error_logs != ""):
|
||||
if (os.environ.get('BAMBOO_TOPOTESTS_ISSUE_349') == "IGNORE"):
|
||||
if (os.environ.get('bamboo_TOPOTESTS_ISSUE_349') == "IGNORE"):
|
||||
sys.stderr.write('Known issue - IGNORING. See https://github.com/FRRouting/frr/issues/349\n')
|
||||
pytest.skip('Known issue - IGNORING. See https://github.com/FRRouting/frr/issues/349')
|
||||
|
||||
@ -437,7 +437,7 @@ def test_ospfv2_interfaces():
|
||||
|
||||
# Ignoring the issue if told to ignore (ie not yet fixed)
|
||||
if (failures != 0):
|
||||
if (os.environ.get('BAMBOO_TOPOTESTS_ISSUE_348') == "IGNORE"):
|
||||
if (os.environ.get('bamboo_TOPOTESTS_ISSUE_348') == "IGNORE"):
|
||||
sys.stderr.write('Known issue - IGNORING. See https://github.com/FRRouting/frr/issues/348\n')
|
||||
pytest.skip('Known issue - IGNORING. See https://github.com/FRRouting/frr/issues/348')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user