blob: 9e2e4e78522d5fd5bb7a627ed3262435046ab19f [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001'''
2
3 * TestON is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7
8 * TestON is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12
13
14'''
15class HPSwitchTest :
16
17 def __init__(self) :
18 self.default = ''
19
20 def CASE1(self,main) :
21
22 main.case("HPSwitchTest Sample Test")
23 main.step("HPSwitchTest Sample Test")