Skip to content

Commit 0b91577

Browse files
committed
Issues:
Fixes #475, #334
1 parent ab0edb0 commit 0b91577

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

test/functional/tm/ltm/test_pool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def test_create_member(self, request, bigip):
9595
'Common')
9696

9797
@pytest.skip('A known issue with generation number.'
98-
'See: https://github.com/F5Networks/f5-common-python/issues/334')
98+
'See: https://github.com/F5Networks/'
99+
'f5-common-python/issues/334')
99100
def test_update_member(self, request, bigip):
100101
member, _ = setup_member_test(request, bigip, 'membertestpool1',
101102
'Common')

test/functional/tm/net/test_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#
1515
import pytest
1616

17+
1718
def cleanup_test(request, bigip):
1819
def teardown():
1920
for ifc in bigip.net.interfaces.get_collection():

0 commit comments

Comments
 (0)