skyline/test/e2e/config/config-storage.yaml
Jingwei.Zhang be82085d0f fix: remove useless config in e2e config
remove useless config in e2e config file

Change-Id: I5290ad119f7c535b3e8068a51f97bedda8198336
2023-07-14 11:13:15 +08:00

26 lines
696 B
YAML

# For the use case configuration under the storage menu
covarage: true
baseUrl: http://localhost:8081
env:
switchToAdminProject: false
username: e2e
password: passW0rdY_
usernameAdmin: e2e-admin
passwordAdmin: passW0rdY_
imageName: cirros
imageType: Others
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
imageCanChangePassword: false
extensions:
- cinder::backup
- swift
testFiles:
# storage
- pages/storage/qos.spec.js
- pages/storage/volume-type.spec.js
- pages/storage/volume.spec.js
- pages/storage/backup.spec.js
- pages/storage/snapshot.spec.js
- pages/storage/storage.spec.js
- pages/storage/swift.spec.js