
* fixed 37 tests in total * restructured and renamed test modules as per horizon * fixed page navigation & updated method calls * fixed css selector and xpaths as per horizon * Removed decorators.skip for working tests * included decorators.skip for non - working tests * updated description for tests as per horizon navigation * removed *update flavor info* and *update flavor access* test, as feature unavailable on horizon * updated table column name references in page modules * updated bind table action names as per horizon * included help page navigation checkpoint * fixed rc file download drop down selection * updated page titles in test modules * included calls as required for spinner disappearance * updated form fields as per test needs * updated default ipv4 and subnet for router interfaces * included string conversion as required for comparisons * updated cirros image name in horizon.conf Change-Id: I9fdc810b37443b616bbb82956d1c90a0fa5ebd6b
94 lines
2.3 KiB
Plaintext
94 lines
2.3 KiB
Plaintext
#
|
|
# Configuration filed based on Tempest's tempest.conf.sample
|
|
#
|
|
|
|
[dashboard]
|
|
# Where the dashboard can be found (string value)
|
|
dashboard_url=http://localhost/dashboard/
|
|
|
|
# Dashboard help page url (string value)
|
|
help_url=https://docs.openstack.org/
|
|
|
|
[selenium]
|
|
# Timeout in seconds to wait for a page to become available
|
|
# (integer value)
|
|
page_timeout=60
|
|
|
|
# Output directory for screenshots.
|
|
# (string value)
|
|
screenshots_directory=integration_tests_screenshots
|
|
|
|
# Implicit timeout to wait until element become available,
|
|
# this timeout is used for every find_element, find_elements call.
|
|
# (integer value)
|
|
implicit_wait=10
|
|
|
|
# Explicit timeout is used for long lasting operations,
|
|
# methods using explicit timeout are usually prefixed with 'wait',
|
|
# those methods ignore implicit_wait when looking up web elements.
|
|
# (integer value)
|
|
explicit_wait=90
|
|
|
|
# Maximize the browser window at the start of each test?
|
|
# (boolean)
|
|
maximize_browser=yes
|
|
|
|
[flavors]
|
|
panel_type=legacy
|
|
|
|
[image]
|
|
# http accessible image (string value)
|
|
panel_type=angular
|
|
http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
|
|
images_list=cirros-0.3.5-x86_64-disk
|
|
|
|
[identity]
|
|
# Username to use for non-admin API requests. (string value)
|
|
username=demo
|
|
|
|
# API key to use when authenticating. (string value)
|
|
password=secretadmin
|
|
|
|
# Project in which a regular user creates everything by default
|
|
home_project=demo
|
|
|
|
# Administrative Username to use for admin API requests.
|
|
# (string value)
|
|
admin_username=admin
|
|
|
|
# API key to use when authenticating as admin. (string value)
|
|
admin_password=secretadmin
|
|
|
|
# Project in which an admin user creates everything by default
|
|
admin_home_project=admin
|
|
|
|
# Name of default role every user gets in his new project
|
|
default_keystone_role=Member
|
|
|
|
# Name of the role that grants admin rights to a user in his project
|
|
default_keystone_admin_role=admin
|
|
|
|
[network]
|
|
# The cidr block to allocate tenant ipv4 subnets from (string value)
|
|
tenant_network_cidr=10.100.0.0/16
|
|
|
|
[service_available]
|
|
# Whether is Neutron expected to be available (boolean value)
|
|
neutron=True
|
|
|
|
[scenario]
|
|
# ssh username for image file (string value)
|
|
ssh_user=cirros
|
|
|
|
[launch_instances]
|
|
#available zone to launch instances
|
|
available_zone=nova
|
|
#image_name to launch instances
|
|
image_name=cirros-0.3.5-x86_64-disk (12.7 MB)
|
|
#flavor to launch instances
|
|
flavor=m1.tiny
|
|
|
|
[volume]
|
|
volume_type=lvmdriver-1
|
|
volume_size=1
|