diff options
-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 |