예제 #1
0
파일: tests.py 프로젝트: allfs/autooam
 def __init__(self):
     TestSuite.__init__(self,'basic002','simple test with oam commands')
예제 #2
0
파일: tests.py 프로젝트: allfs/autooam
 def __init__(self, testpm1_fail = True):
     TestSuite.__init__(self,'moduleFailover','Module Failover Test')
     self._testpm1_fail = testpm1_fail
예제 #3
0
파일: tests.py 프로젝트: allfs/autooam
 def __init__(self):
     TestSuite.__init__(self,'basic001','a simple smoke test')
예제 #4
0
파일: tests.py 프로젝트: allfs/autooam
 def __init__(self):
     TestSuite.__init__(self,'upgrade001','Some basic testing before and after an upgrade')