aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-04-19Updated from global requirementsstable/hunterCédric Ollivier1-1/+1
Change-Id: I0e3d26b44bd44a443eb61f59e99e4315ecdf264e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-06Updated from global requirementsCédric Ollivier1-10/+10
Change-Id: Id0eaf823a81196a4f8920576762d801cca0d93ea Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-08-31Decouple tacker from testsManuel Buil1-0/+2
Support n-sfc too and abstract a bit the MANO layer so that other MANO components can be inserted into the test Change-Id: I3fb59fbf40b4207bf1721092cd8ff0559e1d9d90 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-06-21Create unit tests for 'cleanup.py' moduleDimitrios Markou1-0/+1
This is the first attempt to add unit testing capabilities to OPNFV/SFC project. Also we are following the contraints.txt logic which helps in the direction of simulating a test env which will be as much as close to the real env that the SFC testcases are running. Jira: SFC-127 Jira: SFC-129 Change-Id: I938d28f9f85614cdefa163949c4ec9f06f5d27b4 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2018-04-12Updated from global requirementsCédric Ollivier1-3/+3
Change-Id: I532d83d1e381b2ef0559fdcc27e1bf455002f8ce Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-03-05Import xtesting moduleLinda Wang1-0/+1
Change-Id: Id524fbf1677844b5172f52c857cf8bed8d075ff3 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-12-21Migrate to SNAPs openstack libraryManuel Buil1-0/+1
Functest is deprecating its openstack library which we were using extensively We need then to move to an alternative and the best appears to be SNAPs Change-Id: Icaa0b9f1ec580545b9d0faa88be2080a310deaf7 Signed-off-by: Manuel Buil<mbuil@suse.com>
2017-11-15Updated from global requirementsCédric Ollivier1-4/+7
Change-Id: I873c244e9a0cd92f627641981b388e8250f50935 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-08-25Include the tacker python client to the requirements.txtDimitrios Markou1-0/+1
In OPNFV/SFC project we are going to substitute the custom tacker that we used so far with the upstream one. So as outcome of the aforementioned change we will need the upstream tacker client. Change-Id: I8425c7168c1be69d090481efbf3f966e8d04e609 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2017-06-26Add requirements in sfcCédric Ollivier1-0/+9
It now leverages on pbr to scan requirements.txt and inject them into the install_requires. Change-Id: If51827f6f8839af930c862d846b76b85a778c860 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>