rename expected file from files.yaml to file-assertions.yaml

This commit is contained in:
Chris MacNaughton
2018-12-13 15:40:45 +01:00
parent 11133ccd1f
commit ec82f8f889
+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