Remove cirros version in the e2e config file, the cirros version relies on the devstack, when devstack changes the default cirros version, the e2e will be failed. The image select table which is used to create instance support fuzzy search image name, use cirros will be ok. Change-Id: I4d9446313dca44040522356ca7551884332434ce
31 lines
843 B
YAML
31 lines
843 B
YAML
# For the use case configuration under the network menu
|
|
covarage: true
|
|
baseUrl: http://localhost:8081
|
|
env:
|
|
switchToAdminProject: false
|
|
username: e2e
|
|
password: passW0rdY_
|
|
usernameAdmin: e2e-admin
|
|
passwordAdmin: passW0rdY_
|
|
userIsRegisted: true
|
|
imageName: cirros
|
|
imageType: Others
|
|
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
|
imageCanChangePassword: false
|
|
extensions:
|
|
- neutron::qos
|
|
- neutron::vpn
|
|
- neutron::port-forwarding
|
|
- octavia
|
|
testFiles:
|
|
# network
|
|
- pages/network/router.spec.js
|
|
- pages/network/network.spec.js
|
|
- pages/network/port.spec.js
|
|
- pages/network/qos-policy.spec.js
|
|
- pages/network/floatingip.spec.js
|
|
- pages/network/security-group.spec.js
|
|
- pages/network/vpn.spec.js
|
|
- pages/network/lb.spec.js
|
|
# - pages/network/topology.spec.js
|