The nova.tests.api.openstack.compute.contrib.test_coverage_ext Module

class CoverageExtensionTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_coverage_bad_body()
test_coverage_report_bad_path()
test_not_admin()
test_report_coverage_action_file()
test_report_coverage_action_nofile()
test_report_coverage_action_nostart()
test_report_coverage_action_xml_file()
test_start_coverage_action()
test_stop_coverage_action()
test_stop_coverage_action_nostart()
class FakeCoverage(data_file=None)

Bases: object

report(file)
save()
start()
stop()
xml_report(outfile)
fake_check_coverage(self)
fake_telnet(self, data)

Previous topic

The nova.tests.api.openstack.compute.contrib.test_consoles Module

Next topic

The nova.tests.api.openstack.compute.contrib.test_createserverext Module

This Page