test_respawn.py (1596:b7e2d4d92624) test_respawn.py (1635:97afbb6c5a15)
1import re
2import subprocess
3import time
4
1import re
2import subprocess
3import time
4
5from unit.applications.lang.python import TestApplicationPython
6from conftest import skip_alert
5from conftest import skip_alert
6from unit.applications.lang.python import TestApplicationPython
7
8
9class TestRespawn(TestApplicationPython):
10 prerequisites = {'modules': {'python': 'any'}}
11
12 PATTERN_ROUTER = 'unit: router'
13 PATTERN_CONTROLLER = 'unit: controller'
14

--- 76 unchanged lines hidden ---
7
8
9class TestRespawn(TestApplicationPython):
10 prerequisites = {'modules': {'python': 'any'}}
11
12 PATTERN_ROUTER = 'unit: router'
13 PATTERN_CONTROLLER = 'unit: controller'
14

--- 76 unchanged lines hidden ---