Commit 24ac19af authored by Łukasz Nowak's avatar Łukasz Nowak

test: Follow rename to SLAPOS_TEST_IPV6

parent 5699d09c
......@@ -124,7 +124,7 @@ class KedifaIntegrationTest(unittest.TestCase):
self.pem = certificate_pem + key_pem
def setUpCaucase(self):
ip, port = os.environ['LOCAL_IPV6'], 15080
ip, port = os.environ['SLAPOS_TEST_IPV6'], 15080
self.caucased = os.path.join(self.testdir, 'caucased')
caucase_db = os.path.join(self.caucased, 'caucase.sqlite')
self.caucase_service = os.path.join(self.testdir, 'service')
......@@ -288,7 +288,7 @@ class KedifaIntegrationTest(unittest.TestCase):
self.addCleanup(cleanTestDir)
self.setUpCaucase()
self.kedifa_ip = os.environ['LOCAL_IPV6']
self.kedifa_ip = os.environ['SLAPOS_TEST_IPV6']
self.setUpKedifaKey(self.kedifa_ip)
self.setUpClientKey()
self.setUpKedifa(self.kedifa_ip)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment