test
This commit is contained in:
parent
a1ca7da5ad
commit
f2b0737249
5 changed files with 90 additions and 0 deletions
10
test/PingTest.py
Normal file
10
test/PingTest.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
__author__ = 'rafael'
|
||||
|
||||
|
||||
from lib.services.ping import PingService
|
||||
from lib.config.hostgroups import HostGroup
|
||||
from lib.config.members import Member
|
||||
|
||||
member = Member()
|
||||
ps = PingService(fails={"warn": 100})
|
||||
hg = HostGroup("pingGroup", members=[])
|
||||
Loading…
Add table
Add a link
Reference in a new issue