Don't forget to make a copy before starting

Start up the browser session, and log in.


In [1]:
import cfme.fixtures.pytest_selenium as sel
from utils import providers, version, conf
from cfme.configure import configuration 
# conf.env['base_url'] = 'http://10.8.59.157'
sel.force_navigate('dashboard')


# ADD SINGLE PROVIDER
# providers.setup_provider(provider_yaml_key)

# ADD ALL INFRA PROVIDERS
# providers.setup_infrastructure_providers(validate=False, check_existing=False)

# ADD ALL CLOUD PROVIDERS
# providers.setup_cloud_providers(validate=False, check_existing=False)

Now, work with browser, nav, etc. to hack on CFME, interactively.


In [2]: