Home | History | Annotate | Download | only in Domains

Lines Matching refs:log

48 log=ACTLogging.Logger()
76 log.D(self.test_Domain_Creation_Error.__doc__)
78 log.I("New domain creation")
79 log.I("command [createDomain]")
84 log.I("command [createDomain] correctly executed")
87 log.I("Current domains listing")
88 log.I("command [listDomains]")
91 log.I("command [listDomains] - correctly executed")
104 log.I("Actual domains number : %s" % domains_nbr_init)
107 log.I("Adding an already existent domain name")
108 log.I("command [createDomain]")
113 log.I("command [createDomain] - error correctly detected")
116 log.I("Checking domains listing integrity after domain creation error")
132 log.I("Test OK - Domains number not updated")
139 log.I("Test OK - Domains listing not affected by domain creation error")
163 log.D(self.test_Domain_Deletion_Error.__doc__)
165 log.I("Current domains listing")
166 log.I("command [listDomains]")
169 log.I("command [listDomains] correctly executed")
182 log.I("Actual domains number : %s" % domains_nbr_init)
185 log.I("Deleting a non-existent domain name")
186 log.I("command [deleteDomain]")
191 log.I("command [deleteDomain] - error correctly detected")
194 log.I("Checking domains listing integrity after domain deletion error")
210 log.I("Test OK - Domains number not updated")
217 log.I("Test OK - Domains listing not affected by domain deletion error")
243 log.D(self.test_Nominal_Case.__doc__)
245 log.I("Initial domains listing")
246 log.I("command [listDomains]")
249 log.I("command [listDomains] correctly executed")
262 log.I("Initial domains number : %s" % (init_domains_nbr))
265 log.I("New domains creation")
266 log.I("PFW command : [createDomain]")
272 log.I("command [createDomain] correctly executed")
275 log.I("New domains creation check :")
276 log.I("command [listDomains]")
279 log.I("command [listDomains] correctly executed")
294 log.I("New domains conformity check")
303 log.I("New domains conform to expected values")
305 log.I("%s new domains created" % created_domains_number)
310 log.I("New domains deletion")
311 log.I("command [deleteDomain]")
317 log.I("command [deleteDomain] correctly executed")
322 log.I("New domains deletion check :")
323 log.I("command [listDomains]")
326 log.I("command [listDomains] correctly executed")
338 log.I("Deletion completed - %s domains deleted" % created_domains_number)