Deleted Added
1import re
2import subprocess
3import time
4
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 ---