b592dd9325
Issue: Some of our more complex tests require injecting "custom" data into the heat stacks in order to run correctly. For example in order to run certain Contrail based tests we need to set "contrail-asn:(some asn number)". The asn number varies between cloud deployments, so we dynamically set this field in a Heat environment file. However this is a very specific field that other Shaker users might not need or understand it, so this commit allows for a more generic approach. This commit aims to let the user specify "custom" user defined options similar to the matrix config parameter. Since this opts is not directly referenced anywhere in code it's main use is to inject data into heat environment files. The YAML format allows flexibility for any object the user might want to add during their scenario run or it can be left blank without any issues. Change-Id: I96b6e578eb59813e5e0c8a2fe7a14c5ecc369be7
21 lines
176 B
Plaintext
21 lines
176 B
Plaintext
*~
|
|
*.pyc
|
|
*.local
|
|
AUTHORS
|
|
ChangeLog
|
|
MANIFEST
|
|
dist/
|
|
.venv/
|
|
build/*
|
|
build-stamp
|
|
cover/*
|
|
doc/build/
|
|
doc/source/api/
|
|
*.egg-info
|
|
*.egg
|
|
*.eggs
|
|
.autogenerated
|
|
.coverage
|
|
.stestr/
|
|
.tox/
|