]> git.proxmox.com Git - mirror_frr.git/commitdiff
all-protocol-startup: Fix pref commit - bamboo prefix is lower case
authorMartin Winter <mwinter@opensourcerouting.org>
Tue, 11 Apr 2017 04:58:54 +0000 (21:58 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
tests/topotests/all-protocol-startup/test_all_protocol_startup.py

index b8baba38dfcf8f687f82d0d948965d98497c6bde..ad0e6d20320fd0d9e96b8e99ef50c63548e08f40 100755 (executable)
@@ -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')