From ec82f8f8896c41a01a0db3a959512750cc96ddf5 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Thu, 13 Dec 2018 15:40:45 +0100 Subject: [PATCH] rename expected file from files.yaml to file-assertions.yaml --- zaza/charm_tests/security/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/charm_tests/security/tests.py b/zaza/charm_tests/security/tests.py index facf43a..51c685e 100644 --- a/zaza/charm_tests/security/tests.py +++ b/zaza/charm_tests/security/tests.py @@ -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