Merge pull request #171 from ChrisMacNaughton/file-ownership

rename expected file from files.yaml to file-assertions.yaml
This commit is contained in:
David Ames
2018-12-13 08:32:49 -08:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ def _make_test_function(application, file_details):
def _add_tests():
def class_decorator(cls):
"""Add tests based on input yaml to `cls`."""
files = utils.get_charm_config('./files.yaml')
files = utils.get_charm_config('./file-assertions.yaml')
deployed_applications = model.sync_deployed()
for name, attributes in files.items():
# Lets make sure to only add tests for deployed applications