cfme.fixtures.cli module¶
-
class
cfme.fixtures.cli.TimedCommand(command, timeout)¶ Bases:
tupleThe Following fixtures are for provisioning one preconfigured or unconfigured appliance for testing from an FQDN provider unless there are no provisions available
-
__getnewargs__()¶ Return self as a plain tuple. Used by copy and pickle.
-
__getstate__()¶ Exclude the OrderedDict from pickling
-
__repr__()¶ Return a nicely formatted representation string
-
command¶ Alias for field number 0
-
timeout¶ Alias for field number 1
-
-
cfme.fixtures.cli.appliance_with_preset_time(temp_appliance_preconfig_funcscope)[source]¶ Grabs fresh appliance and sets time and date prior to running tests
-
cfme.fixtures.cli.dedicated_db_appliance(app_creds, unconfigured_appliance)[source]¶ ‘ap’ launch appliance_console, ‘’ clear info screen, ‘5’ setup db, ‘1’ Creates v2_key, ‘1’ selects internal db, ‘1’ use partition, ‘y’ create dedicated db, ‘pwd’ db password, ‘pwd’ confirm db password + wait 360 secs and ‘’ finish.