fluke/devops-service/tests/params.yml

37 lines
575 B
YAML
Raw Normal View History

2014-07-14 12:51:34 +04:00
---
2014-07-14 13:25:10 +04:00
host: "host"
port: 7070
username: "test"
password: "test"
path_prefix: ""
username_without_privileges: "user_for_testing_"
password_without_privileges: "test"
2014-07-14 12:51:34 +04:00
openstack:
flavor: "as_long_as_image"
image: "08093b30-8393-42c3-8fb3-c4df56deb967"
2015-07-28 15:53:28 +03:00
subnet: "subnet"
2014-07-14 12:51:34 +04:00
project:
name: "test_openstack"
env: "test"
ec2:
flavor: "m1.small"
image: "ami-63071b0a"
2015-07-28 15:53:28 +03:00
subnet: "subnet"
2014-07-14 12:51:34 +04:00
project:
name: "test_ec2"
env: "test"
2014-07-15 01:36:31 +04:00
2015-02-25 13:57:50 +03:00
static:
project:
name: "test_static"
env: "test"
2014-07-15 01:36:31 +04:00
script:
name: "cucumber_test_script"
2014-07-15 12:57:21 +04:00
user:
name: "cucumber_test"