summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-11-07Adapting testcase to Boron SR1colorado.2.0Manuel Buil2-0/+2
Boron SR1 fixed the issue creating the first classification rule, however it takes quite some time to do it. We need to wait a bit. Change-Id: Ib4d3ea98d68dcb2084374cb28c3772d375629826 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com> (cherry picked from commit 2f0f92ad849b541b35e91e845e5f7261523667eb)
2016-11-05Remove python-keystoneclient downgrade and keep the newer versionjose.lausuch1-1/+1
The docker build fails due to some inconsistency in the keystone versions. See JIRA for more info. JIRA: FUNCTEST-523 Change-Id: Ic8aeb564c2f8827417d49958c65916ff555bc706 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit a4f65f2d3052f8671bbcaca157c6053518339313)
2016-11-04Add security group rule for DHCPGeorge Paraskevopoulos2-0/+16
Due to a new change in Boron SR1 we need to add the DHCP security group rule explicitly. Change-Id: I0d3d0447e7c31046bdfbb08da8752ef130830c59 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit f3f0407d4524140cf459837de27cf6849575b769)
2016-10-24Update release notes for Colorado 2.0jose.lausuch1-0/+32
Change-Id: I64a66bf11fe04df91dd2ef8c0bf91c4e19739863 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit 835c1b94410ec09bb977c6acd85d59cdc384a9fe)
2016-10-24Bug fix for odl-sfcManuel Buil1-1/+2
We forgot to add the path to the file, so the script was not executing Change-Id: I3ec226f12e6db3402b20d9fcefaa0acecd5b3a70 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com> (cherry picked from commit 9d0cdbfd04bc35437b21a2042fb796fcabafe0a8)
2016-10-21Add ovs logging in sfc_colorado1George Paraskevopoulos1-8/+57
Change-Id: I25671508c28d44b83263073971c2bf52cea80c58 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit 573953d3fda65c03ece01b1ee70516599c7ae831)
2016-10-21Add OVS loggerGeorge Paraskevopoulos4-0/+202
Add utility class to log OVS flows from a remote server. Change-Id: I80cb5b20dc15477771beb912f44cab28c7397e24 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit b2b00380b8d77b0037c9ef809d2538bb4e9428aa)
2016-10-20Added more logs to track better errorsManuel Buil2-5/+9
Apparently in the CI, the delete.sh script is not executed and we want to know why Change-Id: Iefbeb7f0222b3ea9664f5b03c6e0a5fbaaaa3a1f Signed-off-by: Manuel Buil <manuel.buil@ericsson.com> (cherry picked from commit 782c511c6cc1758c0a84857c3c23cf05b4b3791f)
2016-10-20Merge "Add wrappers for Tacker Python client" into stable/coloradoJose Lausuch2-2/+250
2016-10-20Merge "Spawn instances in nova availability zone" into stable/coloradoJose Lausuch2-7/+12
2016-10-19Add wrappers for Tacker Python clientGeorge Paraskevopoulos2-2/+250
New module: functest.utils.openstack_tacker Change-Id: Ie02b72d53c824eeff944bc76e4cae58c8de9044a Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit 7e21e6cd5187e27c8f0115deee1ab7719d186e78)
2016-10-17Multi-compute support and python refactoringManuel Buil3-3/+100
We added support for multi-compute and changed one file from bash to python Change-Id: Ife3d5a8e41936c044cfe88664187d81c18d96b93 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com> (cherry picked from commit 873250561e60238db973d64f0d3bb61cb844d4a6)
2016-10-14Spawn instances in nova availability zoneGeorge Paraskevopoulos2-7/+12
Change-Id: I9dc3a00b3c96cf23916388a52efd610e4649dfff Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit bc72396bf41892ad31f0680da80c6ef347a0ba6b)
2016-10-14remove 3rd part files with MIT or BSD licenseMorgan Richomme88-19979/+62
Change-Id: I941093e91897d1425720b5acdbf072cf620f131d Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 6bb45e4d1ba014c1dd33bedff49be8afa9426d17)
2016-10-13Use correct branch in the Dockerfilejose.lausuch1-1/+1
This change affects only stable branch Change-Id: I9705ac04ad87258f384ce951716c64967a7ce873 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-10-13Create shallow clones with a history truncatedCédric Ollivier1-18/+18
Change-Id: I9d946581becaad54b99ec6baf6fd5d842d60ada7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit d5506ea98f55c4d26e9bb961251397e385e67011)
2016-10-11Bug fix in odl-sfc testcaseManuel Buil1-0/+5
Test is stopping if the route to the VMs ip range is already there because the command that adds that, exits with code 1 and set -e is activated. Now it is checked if it is there and if not, the command is executed Change-Id: I820a55aff2572aadcb1950fa9218b114a9058c57 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com> (cherry picked from commit e2c2ff612e7086ce2a1520029f5f58e75186ec17)
2016-10-11Small fixes in sfc testcaseGeorge Paraskevopoulos3-3/+3
Change-Id: Ib1c4fb64fdf72bcae99d05db3c3a41721c78ce27 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit a2454ab0d260494b0777171d0892fbb82a48b468)
2016-10-10Use huge page for dpdk (ovs) scenarioMorgan Richomme1-1/+8
JIRA: FUNCTEST-487 Change-Id: I41d0180b622623699bccc3f7413ffbbb468f7656 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-10-06Remove old tacker setupGeorge Paraskevopoulos2-37/+3
No need to install tacker here. We do it with fuel-plugin-tacker. Change-Id: Ic912048b8a0f169b062ac14788d94757c81bf073 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit acb35acb2a413612484f1669ea7859e2a8d6c789)
2016-10-05Add Serena update on Functest DashboardMorgan Richomme23-0/+146
Change-Id: I30386c3ba09292ed0bcdbeb83ec1b0eb13114968 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 9e36f4b0f04566c814e1b6ab49e50787b1454d38)
2016-09-27Move sfc custom flavor creationGeorge Paraskevopoulos3-4/+18
The custom flavor that is needed for the sfc test case is created in the tacker deployment phase. The result of this is that when we use alternative methods of deploying tacker (i.e. the tacker fuel plugin) the test fails. Changes: - Move the flavor creation inside the test case code - Add an optional public parameter in the [get_or_]create_flavor utility functions. Change-Id: Iea13f172076770dde3876b7e27edc9b7ca9b28db Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit 40f68e35389cf19d3fb200d1655ecb055c85d1eb)
2016-09-27make logger in vping a local variableSerenaFeng1-4/+0
JIRA: FUNCTEST-493 Change-Id: I9f0c91b3fdbfb62c277b2c452ec124f67b21c653 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn> (cherry picked from commit 52ee1e53e8ee40f2b941a4db69a359586d0a8092)
2016-09-26vPing ssh outpust wrong loggerSerenaFeng1-2/+5
set logger file according to case_name rather than use fixed 'vping_userdata' JIRA: FUNCTEST-490 Change-Id: I65169a59ec1978410fdbd6dadc82da024a4504c7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn> (cherry picked from commit 702a991e4a24320b99cd86525394089de724e7cf)
2016-09-22Fix tag version for documentationjose.lausuch1-0/+1
Change-Id: Ib6f775d096bc43701f76f7bebc4a3181fc3f50de Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit 1b7f3d721086d5d645bd968387a523f9df0c8c63)
2016-09-22Increment counter in sfc_colorado1colorado.1.0George Paraskevopoulos1-0/+7
Avoid infinite loop Change-Id: I2b024b188dcf0cdddb924c5bd13c9dfe81183bdd Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit 8f6343fb8020a8e609f771b0a52d49dc2f1c4f43)
2016-09-22Open secgroups and add check_ssh in sfc_colorado1George Paraskevopoulos2-15/+64
- Open port 22 in every security group - Add check_ssh for sfc_colorado1 - Replace exits with continue statements in sfc_colorado1 test loop Change-Id: Ic7a7ba67c729667621cc0d1114ee2a42d8846247 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit 4b07146f7d667c04159d57d681102995f6060f86)
2016-09-21Update release noteMorgan Richomme1-39/+46
JIRA: FUNCTEST-436 Change-Id: I78a33b9755134ec75fe7882edd25e80d3007e88a Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit f2419879a93d55fff3033ef1c226a7fe62a2339b)
2016-09-21Add SSH connectivity checkGeorge Paraskevopoulos1-7/+32
- Remove sleep after floating IP assignment - Add ssh connection check - Fix iptables instruction Change-Id: I1a7aa7f928592f148ff4bcd20167e4684f7a7dbe Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com> (cherry picked from commit b9e50a3e0869cef0ff6ac11355abc2387c86839c)
2016-09-21Add odl_sfc test in apex as the scenario is runMorgan Richomme1-1/+1
Change-Id: I81a74a9f7c6ae54ba1b2be7ec27a11ae3a2392b9 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 4de89d461ca0df0bd88c56a0f0eeedaf358ba345)
2016-09-20Review release note for COloradoMorgan Richomme1-34/+13
JIRA: FUNCTEST-436 Change-Id: Ib6916bc0cb1729ebd273b1f7b85227dfaf803c51 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 9760ff2931334e54836869d5945193aecddaead5)
2016-09-20Bug fix for the SFC-CI test caseManuel Buil5-5/+517
A iteration is added so that the test is run several times. We are experiencing that ODL requires one deployment for things to work Change-Id: Ic70e8f2dabbf03827dd6d7396d2ab8177140cc97 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com> (cherry picked from commit 89195402a303f6340b5f409b1df2e8bab1304270)
2016-09-20[ODL-SFC] Bugfix: replace string "22" by "22/tcp"jose.lausuch1-1/+1
This fixes a small bug in https://gerrit.opnfv.org/gerrit/#/c/21833/ JIRA: JIRA: SFC-48 Change-Id: I92ad973369109a107700443c074dfae6f6c21516 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit 248af30770fc0c882122c429a3bf033a37c5c167)
2016-09-20[ODL-SFC] Open port 22 in default secgroup for sfc scenariojose.lausuch1-0/+16
JIRA: SFC-48 After some troublehsooting done in Boron RC3.5, vPing doesn't work because the instances are created on 2 security groups. One (vping-sg) opens port 22 but the default secgroup doesn't. This patch allows port 22 also on the default and therefore vPing passes. This patch is to workaround a bug in ODL. The bug will be reported to the corresponding community. Change-Id: I807249d42cebe7c8dccd78a3496c1d34996d73ee Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit 738246d6c7ea3e175f49d75b87c60ed3a0a0f601)
2016-09-20Remove parser test case from bgpvpn scenariosjose.lausuch1-1/+2
Due to the same performance issue encountered in bgpvpn scenarios, Jenkins still times out and can't have a summary of all the tests and upload logs to artifacts. The removal of this test case will affect only Colorado 1.0, and will be reactivated in Colorado 2.0 with ODL Boron. Change-Id: Ic2d8cc43a1a732daa063aa7c01a309a3dfa2050d Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit 1f156fc7881491d2a557e54e43178d46bc3d69a1)
2016-09-19Remove TODO in Functest user guideMorgan Richomme4-19/+25
- Add links to feature project user guide - Add links to external web site - Change Dashboard picture JIRA: FUNCTEST-434 Change-Id: Ifc760c376361ed5452a874e373767b51d761b91f Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit c4895122dc3d3ea2d744660a9106c1c297b7b854)
2016-09-19Style the headers for release-notescristinapauna1-4/+5
Title level was inconsistent for release notes Change-Id: I3e8edc04e6bcd77134a43e4543f4255ff49e16d6 Signed-off-by: cristinapauna <cristina.pauna@enea.com> (cherry picked from commit 3d25bf43f0119d525090bda4db78702b7d82bb7f)
2016-09-19Update results on ARMcristinapauna1-3/+23
Add a table with the scenarios supported by ARM and the coresponing results Change-Id: Ie32189d15b743e35052c023888ec1da98facb91a Signed-off-by: cristinapauna <cristina.pauna@enea.com> (cherry picked from commit e120b30fde94fc94de73df88a94d1314dd59c98d)
2016-09-19Updated results info for os-odl_l2-fdio-nohaFrank Brockners1-1/+3
Updated results info reflecting latest info in testresults.opnfv.org database. Added link to results information. Change-Id: I1389f0caf7742c37189846c413a17a840fa1448d Signed-off-by: Frank Brockners <fbrockne@cisco.com> (cherry picked from commit d4c63f1f641cf437d59a3a03eb8022375b475534)
2016-09-19Add user guide link for copperblsaws3-7/+21
JIRA: COPPER-1 Add colorado folder Add user guide content Update note on HA deployment of VIM services. Correct specified Correct link (add /docs) Change-Id: I44e996a2c51a868cb4212085d45482a9545ea2e9 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit 294fbeac4de13dfd19d635ab2a57cd76ec07f071)
2016-09-16Fix formatting errorcristinapauna1-1/+1
This is a fix for https://jira.opnfv.org/browse/FUNCTEST-477 The script terminated due to incomplete formatting Change-Id: I580750e2fe6b1b8957ab017c64d44b9693760860 Signed-off-by: cristinapauna <cristina.pauna@enea.com> (cherry picked from commit 56920a1c54164f692298ecb6289c08e37d9245a6)
2016-09-16Update release notes with ARM resultscristinapauna1-0/+5
Add a link to the Funtest results on ARM in the fuel section Change-Id: I1ecf5ab4ac5ef00c64309ac6b8488a673149f361 Signed-off-by: cristinapauna <cristina.pauna@enea.com> (cherry picked from commit e183c8d521cd65f694b6b5b8c283272b39edffd3)
2016-09-16Added support for custom images and flavors in tempestjuraj.linkes4-25/+95
Change-Id: I9335ed1517097e83175a265b603a6707adf476b6 Signed-off-by: juraj.linkes <jlinkes@cisco.com> (cherry picked from commit 0fa8de695dd6b50b7b01131376aefef9c13c21c1)
2016-09-16Corrected Promise links (According to final opnfvdocs directives)Bertrand Souville2-2/+2
Change-Id: I1d565a92bf9dd2de8ae679c4ca9c0bb5a9148830 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit 0e497c7deecb469cade667bfa768816ce9b2ab7d)
2016-09-15Update release NoteMorgan Richomme1-41/+280
JIRA: FUNCTEST-436 Change-Id: Idbb02dd26e9578fc53e77f4b30447ff037f38ef4 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit daa145e1f38b3b2e3fa5f0d3780d722e0263fbef)
2016-09-15fixed updating of hugepage flavorsjuraj.linkes1-1/+1
Change-Id: I5719aef5d5334584337858cf5fee3ef024c0eaac Signed-off-by: juraj.linkes <jlinkes@cisco.com> (cherry picked from commit 758ef5ddb78f8b5a948189f398daa7d4457b9f1d)
2016-09-15Exclude Doctor from Functest for fuel scenariosMorgan Richomme1-1/+1
Doctor, as part of the feature project, is FAIL on fuel scenarios JIRA: FUNCTEST-192 Change-Id: Ic5b9b4afe80fbb2d5887bdf46410a0fc72e7be37 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 3097840a4cf0d4c4a32ce24b38af4cc2c601526b)
2016-09-14Exclude copper, doctor and security_scan from apex/fdio scenariosMorgan Richomme1-3/+3
JIRA: FUNCTEST-475 Change-Id: I720b9d88db94d66f067601608ab2d1435fc93d47 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 81c7246253d97ec07a10a01b528b3ef99b2281f4)
2016-09-14Merge "Added missing parameter into logger warning message" into stable/coloradoJose Lausuch1-3/+4
2016-09-14Merge "Push FAIL to DB for onos-sfc" into stable/coloradoJose Lausuch1-101/+50