• Home
  • Raw
  • Download

Lines Matching refs:logging

1 import os, logging
24 logging.info('Starting cgroup testing')
29 logging.info("---< 'test_%s' START >---", i)
35 logging.info("---< 'test_%s' PASSED >---", i)
38 logging.error("test_%s: Test doesn't exist", i)
39 logging.info("---< 'test_%s' FAILED >---", i)
42 logging.error("test_%s: %s", i, inst)
43 logging.info("---< 'test_%s' FAILED >---", i)
46 logging.error('Some subtests failed (%s)' % err[:-2])
54 logging.debug('Setting up cgroups modules')
68 logging.info('Cleanup')
81 logging.debug("test_memory: Cleanup")
90 logging.warning("Some parts of cleanup failed%s" % err)
106 logging.debug("test_memory: Memory filling test")
128 logging.error("Not enough swap memory to test 'memsw'")
132 logging.info("System does not support 'memsw'")
137 logging.debug("test_memory: Initializition passed")
143 logging.debug("test_memory: Memfill WO cgroup")
164 logging.debug("test_memory: Memfill WO cgroup passed")
171 logging.debug("test_memory: Memfill mem only limit")
195 logging.error("test_memory: cgroup_client.py returned %d; "
204 logging.error("test_memory: Limit = %dM, Filled = %dM (+ "
208 logging.debug("test_memory: Limit = %dM, Filled = %dM (+ "
211 logging.debug("test_memory: Memfill mem only cgroup passed")
219 logging.debug("test_memory: Memfill mem + swap limit")
247 logging.error("test_memory: Limit = %dM, Filled = %dM (+ "
251 logging.debug("test_memory: Limit = %dM, Filled = %dM (+ "
254 logging.debug("test_memory: Memfill mem + swap cgroup passed")
320 logging.debug("test_cpuset: Cleanup")
330 logging.error("test_cpuset: Subprocess didn't finish")
337 logging.warning("Some parts of cleanup failed%s" % err)
375 logging.debug("test_cpuset: Cpu allocation test")
416 logging.debug("test_cpuset: Cpu allocation test passed")