aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-12-19Documentation update and some clean upManuel Buil1-53/+0
Change-Id: I1fca51b9b6afff5a596ceee2e1401127fe23231d Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-10-13Modify the vnfd to use the new imageManuel Buil1-1/+1
We moved to a new image for SFs but we have not moved the name of the image in the vnfd Change-Id: I8f658e1dfcf0de3117845f615eddb8fd5b1e11af Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-09-28Bug fix: Actively disable security on SF portManuel Buil1-1/+1
JIRA: SFC-114 Some cases show that it was not enough with the patch: https://gerrit.opnfv.org/gerrit/#/c/42801/ We should explicitely disable security in the SF ports. That can be done with a the antispoofing parameter in the vnfd Change-Id: Ie20ab961633866f48a4abcc299a62e8c55280088 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-09-07Adapt functionality to the new Tacker APIDimitrios Markou1-1/+1
Change-Id: I078e9f26d3040cf04120abd425f03cb4f2e8daef Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2017-08-31Fix yamllint errors and warningsDimitrios Markou1-2/+3
Change-Id: I33f3fd0aa0bc71a1ee07ea4504619b090517a87b Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2017-08-23Adapt SFC testcases according to new Tacker API.Taseer Ahmed1-19/+48
- Update vnfd tosca templates JIRA: SFC-102 Change-Id: I712b64e45c317582e0cb54e42364605f537aeee3 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-02-17Introduce new test case: symmetric service chainJuan Vidal1-0/+23
JIRA: SFC-53 The goal is to verify that the traffic traverses the service chain, not only in the uplink (client --> server) direction, but also in the downlink (client <-- server) direction, which is the part that is not currently being covered by other test cases. Change-Id: I198a53e5afe3da1b397cee95627834856498b674 Signed-off-by: Juan Vidal <juan.vidal.allende@ericsson.com>