robottelo¶
Submodules:
robottelo.apirobottelo.clirobottelo.cli.metatestrobottelo.cli.activationkeyrobottelo.cli.architecturerobottelo.cli.baserobottelo.cli.computeresourcerobottelo.cli.contenthostrobottelo.cli.contentviewrobottelo.cli.domainrobottelo.cli.environmentrobottelo.cli.factoryrobottelo.cli.factrobottelo.cli.globalparamrobottelo.cli.gpgkeyrobottelo.cli.hostcollectionrobottelo.cli.hostgrouprobottelo.cli.hostrobottelo.cli.lifecycleenvironmentrobottelo.cli.mediumrobottelo.cli.modelrobottelo.cli.operatingsysrobottelo.cli.orgrobottelo.cli.partitiontablerobottelo.cli.productrobottelo.cli.proxyrobottelo.cli.puppetmodulerobottelo.cli.puppetrobottelo.cli.reportrobottelo.cli.repositoryrobottelo.cli.smartclassrobottelo.cli.subnetrobottelo.cli.subscriptionrobottelo.cli.syncplanrobottelo.cli.templaterobottelo.cli.user
robottelo.commonrobottelo.recordsrobottelo.records.activation_keyrobottelo.records.architecturerobottelo.records.content_view_definitionrobottelo.records.domainrobottelo.records.environmentrobottelo.records.hostrobottelo.records.host_collectionrobottelo.records.operatingsystemrobottelo.records.organizationrobottelo.records.partitiontablerobottelo.records.permissionrobottelo.records.productrobottelo.records.repositoryrobottelo.records.rolerobottelo.records.smartproxyrobottelo.records.user
robottelo.uirobottelo.ui.activationkeyrobottelo.ui.architecturerobottelo.ui.baserobottelo.ui.computeresourcerobottelo.ui.contentenvrobottelo.ui.contentviewsrobottelo.ui.domainrobottelo.ui.environmentrobottelo.ui.factoryrobottelo.ui.gpgkeyrobottelo.ui.hostgrouprobottelo.ui.hostsrobottelo.ui.locationrobottelo.ui.locatorsrobottelo.ui.loginrobottelo.ui.mediumrobottelo.ui.navigatorrobottelo.ui.operatingsysrobottelo.ui.orgrobottelo.ui.partitiontablerobottelo.ui.productsrobottelo.ui.repositoryrobottelo.ui.rolerobottelo.ui.sessionrobottelo.ui.subnetrobottelo.ui.subscriptionrobottelo.ui.syncplanrobottelo.ui.syncrobottelo.ui.systemgrouprobottelo.ui.templaterobottelo.ui.usergrouprobottelo.ui.user
This module contains helper code used by the tests.foreman module.
This module is subservient to the tests.foreman module, and exists soley
for the sake of helping that module get its work done. For example, the
tests.foreman.api module relies upon the robottelo.api module, and the
tests.foreman.cli module relies upon the robottelo.cli module. More
generally: code in the tests module calls code in the robottelo module,
but not the other way around.