File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
tests/Integration/Monitoring Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -839,16 +839,27 @@ def setUp(self):
839
839
# Test data for the PilotMonitoring type
840
840
self .pilotMonitoringData = [
841
841
{
842
- "HostName" : "blabla " ,
843
- "SiteDirector" : "blabla " ,
844
- "Site" : "blabla " ,
845
- "CE" : "blabla " ,
846
- "Queue" : "blabla " ,
847
- "Status" : "blabla " ,
842
+ "HostName" : "lhcbvoboxcertif00.cern.ch " ,
843
+ "SiteDirector" : "SiteDirector-CERN " ,
844
+ "Site" : "LCG.CERN.cern " ,
845
+ "CE" : "ce503.cern.ch " ,
846
+ "Queue" : "ce503.cern.ch:ce503.cern.ch-condor " ,
847
+ "Status" : "failed " ,
848
848
"NumTotal" : "10" ,
849
849
"NumSucceded" : "3" ,
850
850
"timestamp" : 1458226213 ,
851
- }
851
+ },
852
+ {
853
+ "HostName" : "lhcbvoboxcertif00.cern.ch" ,
854
+ "SiteDirector" : "SiteDirector-CNAF" ,
855
+ "Site" : "LCG.CNAF.it" ,
856
+ "CE" : "ce504.cern.ch" ,
857
+ "Queue" : "ce504.cern.ch:ce504.cern.ch-condor" ,
858
+ "Status" : "failed" ,
859
+ "NumTotal" : "7" ,
860
+ "NumSucceded" : "1" ,
861
+ "timestamp" : 1458226213 ,
862
+ },
852
863
]
853
864
854
865
def tearDown (self ):
You can’t perform that action at this time.
0 commit comments