diff options
author | Juan Vidal <juan.vidal.allende@ericsson.com> | 2017-02-13 15:44:24 +0000 |
---|---|---|
committer | Juan Vidal <juan.vidal.allende@ericsson.com> | 2017-02-13 15:44:24 +0000 |
commit | cbb3540ba4ddad104eb42a531840584d408c4037 (patch) | |
tree | ef7e37936968dfcadd01c495d85e5032b7115358 | |
parent | 065fba5bef236f992bd5e4122e635bb21d525af9 (diff) |
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 <juan.vidal.allende@ericsson.com>
-rw-r--r-- | sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml | 2 | ||||
-rw-r--r-- | sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
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 |