Tests: fixed port reusing to avoid access issues.
This commit is contained in:
@@ -187,7 +187,7 @@ class TestPHPBasic(TestControl):
|
|||||||
|
|
||||||
self.assertIn(
|
self.assertIn(
|
||||||
'success',
|
'success',
|
||||||
self.conf({"*:7080": {"pass": "applications/app"}}, 'listeners'),
|
self.conf({"*:7081": {"pass": "applications/app"}}, 'listeners'),
|
||||||
'applications restore',
|
'applications restore',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ class TestPythonBasic(TestControl):
|
|||||||
|
|
||||||
self.assertIn(
|
self.assertIn(
|
||||||
'success',
|
'success',
|
||||||
self.conf({"*:7080": {"pass": "applications/app"}}, 'listeners'),
|
self.conf({"*:7081": {"pass": "applications/app"}}, 'listeners'),
|
||||||
'applications restore',
|
'applications restore',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user