Deleted Added
1import re
2import subprocess
3import time
4
5from conftest import option
6from conftest import skip_alert
7from unit.applications.lang.python import TestApplicationPython
8
9
10class TestRespawn(TestApplicationPython):
11 prerequisites = {'modules': {'python': 'any'}}
12
13 PATTERN_ROUTER = 'unit: router'
14 PATTERN_CONTROLLER = 'unit: controller'
15

--- 74 unchanged lines hidden ---