Figure 156:Testtemplate.py - Extreme Networks AG200 User Manual

Version 5.0
Table of Contents

Advertisement

System Administration
Figure 156: testTemplate.py
#!/usr/bin/python
from BaseClasses.SABase import SABase as SABase
#
# This allows a script to be tested from the command line.
#
if __name__ == '__main__':
import testTemplate
t = testTemplate.TestTemplate()
t.processCommandLine()
#
# The class definition. All classes must be derived from the SABase class.
#
class TestTemplate(SABase):
#
# Make up a test id. Just make sure it doesn't match any existing test
ids.
#
testId = "TestId"
#
# Make up test name. Just make sure it doesn't match any existing test
names.
#
testName = "Test Name"
310
Sentriant AG Users' Guide, Version 5.0

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sentriant ag

Table of Contents