fluke/devops-service/tests/params.yml

30 lines
477 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"
project:
name: "test_openstack"
env: "test"
ec2:
flavor: "m1.small"
image: "ami-63071b0a"
project:
name: "test_ec2"
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"