1. Fix the role list fetch in user manger and system role 2. Fix the state to get the right data of up and down 3. Add rest attribute for better extension functionality in select component 4. Fix create rule error A recent git update broke our jobs, diskimage-builder was updated to fix 1. This issue but the grenade job doesn't use dib from master (our other jobs do) 2. This commit ensure that our grenade job pulls dib from the git repo Change-Id: I2de592a337e769d1604d72b117fd8a44d5777f58
32 lines
898 B
YAML
32 lines
898 B
YAML
# For the use case configuration under the identity, configuration, heat menu
|
|
covarage: true
|
|
baseUrl: http://localhost:8081
|
|
env:
|
|
switchToAdminProject: false
|
|
username: e2e
|
|
password: passW0rdY_
|
|
usernameAdmin: e2e-admin
|
|
passwordAdmin: passW0rdY_
|
|
userIsRegisted: true
|
|
imageName: cirros-0.5.2-x86_64-disk
|
|
imageType: Others
|
|
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
|
imageCanChangePassword: false
|
|
extensions:
|
|
- heat
|
|
testFiles:
|
|
- pages/login.spec.js
|
|
- pages/error.spec.js
|
|
# identity
|
|
- pages/identity/role.spec.js
|
|
- pages/identity/domain.spec.js
|
|
- pages/identity/user.spec.js
|
|
- pages/identity/project.spec.js
|
|
- pages/identity/user-group.spec.js
|
|
# configuration
|
|
- pages/configuration/metadata.spec.js
|
|
- pages/configuration/system.spec.js
|
|
- pages/configuration/setting.spec.js
|
|
# heat
|
|
- pages/heat/stack.spec.js
|