diff options
author | Manuel Buil <mbuil@suse.com> | 2017-02-14 10:20:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-14 10:20:37 +0000 |
commit | 7ca87d1d825d3a4e303e18cc7f2355895e4581ad (patch) | |
tree | 5a1eeac6c41934f664e6eefee89252df616bf97f | |
parent | ac69844e4d230112d3439ce2a0b07dbf8f3b17f2 (diff) | |
parent | cbb3540ba4ddad104eb42a531840584d408c4037 (diff) |
Merge "Add a warning to files changed by test cases"
-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 |