From cbb3540ba4ddad104eb42a531840584d408c4037 Mon Sep 17 00:00:00 2001 From: Juan Vidal Date: Mon, 13 Feb 2017 15:44:24 +0000 Subject: Add a warning to files changed by test cases Test case sfc_one_chain_two_service_functions_two_computes modifies the configuration files when it is run. Since this is not expected (testcases should not change its configuration), it is better to at least have a warning and a reminder to fix it. Change-Id: I00d374742e17e8eed26fb97a0287e1dbd5d42d6b Signed-off-by: Juan Vidal --- sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml | 2 ++ sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml index 5c672e38..09d093d1 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml @@ -20,6 +20,8 @@ vdus: management: true placement_policy: + # TODO: This availability zone is changed by the test case on the fly. + # See JIRA SFC-73 for more info availability_zone: nova auto-scaling: noop diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml index 8a570ab9..b4aa81b3 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml @@ -20,6 +20,8 @@ vdus: management: true placement_policy: + # TODO: This availability zone is changed by the test case on the fly. + # See JIRA SFC-73 for more info availability_zone: nova auto-scaling: noop -- cgit 1.2.3-korg