functest.git
7 years agoStop copying obsolete files 17/23117/2
Cédric Ollivier [Thu, 13 Oct 2016 15:27:12 +0000 (17:27 +0200)]
Stop copying obsolete files

It completes the previous review [1] which removes several robot files.

[1] https://gerrit.opnfv.org/gerrit/#/c/23069/

Change-Id: I64c43e6833af1ac468933e09d48fecef812da697
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoMerge "Delete obsolete robot files"
Morgan Richomme [Thu, 13 Oct 2016 06:15:57 +0000 (06:15 +0000)]
Merge "Delete obsolete robot files"

7 years agoDelete obsolete robot files 09/23009/1
Cédric Ollivier [Wed, 12 Oct 2016 08:47:26 +0000 (10:47 +0200)]
Delete obsolete robot files

The robot files which delete neutron resources are now hosted by ODL
test [1]. They can now be safely removed.

https://git.opendaylight.org/gerrit/#/c/46749/

Change-Id: I2fb730ec3f5fbc380b5699e5fbfbb45a6524d2fe
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoCreate shallow clones with a history truncated 89/22989/1
Cédric Ollivier [Tue, 11 Oct 2016 22:51:16 +0000 (00:51 +0200)]
Create shallow clones with a history truncated

Change-Id: I9d946581becaad54b99ec6baf6fd5d842d60ada7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoMerge "Update INFO information after PTL election"
Morgan Richomme [Tue, 11 Oct 2016 11:59:19 +0000 (11:59 +0000)]
Merge "Update INFO information after PTL election"

7 years agoBug fix in odl-sfc testcase 73/22973/2
Manuel Buil [Tue, 11 Oct 2016 08:30:10 +0000 (10:30 +0200)]
Bug fix in odl-sfc testcase

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>
7 years agoSmall fixes in sfc testcase 71/22971/1
George Paraskevopoulos [Tue, 11 Oct 2016 09:54:09 +0000 (12:54 +0300)]
Small fixes in sfc testcase

Change-Id: Ib1c4fb64fdf72bcae99d05db3c3a41721c78ce27
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoUpdate INFO information after PTL election 69/22969/1
Morgan Richomme [Tue, 11 Oct 2016 09:32:53 +0000 (11:32 +0200)]
Update INFO information after PTL election

Change-Id: Ie90c9a6accc10b2542c7a21c748911991d9019dc
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Use huge page for dpdk (ovs) scenario"
Morgan Richomme [Mon, 10 Oct 2016 07:05:54 +0000 (07:05 +0000)]
Merge "Use huge page for dpdk (ovs) scenario"

7 years agoUse huge page for dpdk (ovs) scenario 95/22795/2
Morgan Richomme [Fri, 7 Oct 2016 14:54:50 +0000 (16:54 +0200)]
Use huge page for dpdk (ovs) scenario

JIRA: FUNCTEST-487

Change-Id: I41d0180b622623699bccc3f7413ffbbb468f7656
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Refactor rally task scenario files"
Morgan Richomme [Thu, 6 Oct 2016 15:44:32 +0000 (15:44 +0000)]
Merge "Refactor rally task scenario files"

7 years agoMerge "Remove old tacker setup"
Jose Lausuch [Thu, 6 Oct 2016 15:40:58 +0000 (15:40 +0000)]
Merge "Remove old tacker setup"

7 years agoRemove old tacker setup 99/22699/3
George Paraskevopoulos [Wed, 5 Oct 2016 11:03:39 +0000 (14:03 +0300)]
Remove old tacker setup

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>
7 years agoAdd Serena update on Functest Dashboard 59/22659/1
Morgan Richomme [Mon, 3 Oct 2016 14:09:04 +0000 (16:09 +0200)]
Add Serena update on Functest Dashboard

Change-Id: I30386c3ba09292ed0bcdbeb83ec1b0eb13114968
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoRefactor rally task scenario files 91/22591/2
Juha Kosonen [Fri, 30 Sep 2016 09:21:29 +0000 (09:21 +0000)]
Refactor rally task scenario files

Use a dedicated scenario file for each scenario (full, sanity) instead
of a shared one.

JIRA: FUNCTEST-501

Change-Id: Icd45d6bf11b605f073c2667e9948589ee0a3b75c
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
7 years agoMerge "Move sfc custom flavor creation"
Morgan Richomme [Tue, 27 Sep 2016 10:02:15 +0000 (10:02 +0000)]
Merge "Move sfc custom flavor creation"

7 years agoMove sfc custom flavor creation 95/22395/2
George Paraskevopoulos [Fri, 23 Sep 2016 13:40:13 +0000 (16:40 +0300)]
Move sfc custom flavor creation

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>
7 years agoMerge "make logger in vping a local variable"
Morgan Richomme [Tue, 27 Sep 2016 07:10:34 +0000 (07:10 +0000)]
Merge "make logger in vping a local variable"

7 years agomake logger in vping a local variable 57/22457/1
SerenaFeng [Mon, 26 Sep 2016 16:41:11 +0000 (00:41 +0800)]
make logger in vping a local variable

JIRA: FUNCTEST-493

Change-Id: I9f0c91b3fdbfb62c277b2c452ec124f67b21c653
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "SFC test: Add port 80 to security groups"
Jose Lausuch [Mon, 26 Sep 2016 16:39:25 +0000 (16:39 +0000)]
Merge "SFC test: Add port 80 to security groups"

7 years agoSFC test: Add port 80 to security groups 27/22427/2
George Paraskevopoulos [Mon, 26 Sep 2016 06:46:46 +0000 (09:46 +0300)]
SFC test: Add port 80 to security groups

Change-Id: If5772b356beb19b7d2f8a0ae9278146bc2e528e3
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agovPing ssh outpust wrong logger 31/22431/1
SerenaFeng [Mon, 26 Sep 2016 07:51:45 +0000 (15:51 +0800)]
vPing ssh outpust wrong logger

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>
7 years agoFix tag version for documentation 31/22331/1
jose.lausuch [Thu, 22 Sep 2016 09:49:19 +0000 (11:49 +0200)]
Fix tag version for documentation

Change-Id: Ib6f775d096bc43701f76f7bebc4a3181fc3f50de
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoIncrement counter in sfc_colorado1 05/22305/1
George Paraskevopoulos [Thu, 22 Sep 2016 07:24:02 +0000 (10:24 +0300)]
Increment counter in sfc_colorado1

Avoid infinite loop

Change-Id: I2b024b188dcf0cdddb924c5bd13c9dfe81183bdd
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoOpen secgroups and add check_ssh in sfc_colorado1 39/22239/4
George Paraskevopoulos [Wed, 21 Sep 2016 15:58:21 +0000 (18:58 +0300)]
Open secgroups and add check_ssh in sfc_colorado1

- 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>
7 years agoMerge "Update release note"
Morgan Richomme [Wed, 21 Sep 2016 15:39:57 +0000 (15:39 +0000)]
Merge "Update release note"

7 years agoMerge "Add SSH connectivity check"
Jose Lausuch [Wed, 21 Sep 2016 15:02:46 +0000 (15:02 +0000)]
Merge "Add SSH connectivity check"

7 years agoAdd SSH connectivity check 75/21275/4
George Paraskevopoulos [Fri, 16 Sep 2016 14:04:51 +0000 (17:04 +0300)]
Add SSH connectivity check

- 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>
7 years agoUpdate release note 71/22171/2
Morgan Richomme [Wed, 21 Sep 2016 09:57:18 +0000 (11:57 +0200)]
Update release note

JIRA: FUNCTEST-436

Change-Id: I78a33b9755134ec75fe7882edd25e80d3007e88a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoAdd odl_sfc test in apex as the scenario is run 65/22165/1
Morgan Richomme [Wed, 21 Sep 2016 09:36:20 +0000 (11:36 +0200)]
Add odl_sfc test in apex as the scenario is run

Change-Id: I81a74a9f7c6ae54ba1b2be7ec27a11ae3a2392b9
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Review release note for COlorado"
Morgan Richomme [Tue, 20 Sep 2016 15:56:19 +0000 (15:56 +0000)]
Merge "Review release note for COlorado"

7 years agoReview release note for COlorado 67/21867/2
Morgan Richomme [Tue, 20 Sep 2016 15:04:30 +0000 (17:04 +0200)]
Review release note for COlorado

JIRA: FUNCTEST-436

Change-Id: Ib6916bc0cb1729ebd273b1f7b85227dfaf803c51
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoBug fix for the SFC-CI test case 89/21789/9
Manuel Buil [Tue, 20 Sep 2016 09:23:17 +0000 (11:23 +0200)]
Bug fix for the SFC-CI test case

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>
7 years ago[ODL-SFC] Bugfix: replace string "22" by "22/tcp" 57/21857/1
jose.lausuch [Tue, 20 Sep 2016 14:40:57 +0000 (16:40 +0200)]
[ODL-SFC] Bugfix: replace string "22" by "22/tcp"

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>
7 years ago[ODL-SFC] Open port 22 in default secgroup for sfc scenario 33/21833/2
jose.lausuch [Tue, 20 Sep 2016 14:04:33 +0000 (16:04 +0200)]
[ODL-SFC] Open port 22 in default secgroup for sfc scenario

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>
7 years agoRemove parser test case from bgpvpn scenarios 91/21491/1
jose.lausuch [Mon, 19 Sep 2016 17:26:51 +0000 (19:26 +0200)]
Remove parser test case from bgpvpn scenarios

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>
7 years agoMerge "Remove TODO in Functest user guide - Add links to feature project user guide...
Morgan Richomme [Mon, 19 Sep 2016 14:19:43 +0000 (14:19 +0000)]
Merge "Remove TODO in Functest user guide - Add links to feature project user guide - Add links to external web site - Change Dashboard picture"

7 years agoStyle the headers for release-notes 41/21441/1
cristinapauna [Mon, 19 Sep 2016 13:28:54 +0000 (16:28 +0300)]
Style the headers for release-notes

Title level was inconsistent for release notes

Change-Id: I3e8edc04e6bcd77134a43e4543f4255ff49e16d6
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
7 years agoUpdate results on ARM 19/21419/3
cristinapauna [Mon, 19 Sep 2016 11:03:21 +0000 (14:03 +0300)]
Update results on ARM

Add a table with the scenarios supported by ARM and the coresponing results

Change-Id: Ie32189d15b743e35052c023888ec1da98facb91a
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
7 years agoRemove TODO in Functest user guide 05/21405/2
Morgan Richomme [Mon, 19 Sep 2016 09:17:36 +0000 (11:17 +0200)]
Remove TODO in Functest user guide
- 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>
7 years agoMerge "Updated results info for os-odl_l2-fdio-noha"
Morgan Richomme [Mon, 19 Sep 2016 06:59:12 +0000 (06:59 +0000)]
Merge "Updated results info for os-odl_l2-fdio-noha"

7 years agoUpdated results info for os-odl_l2-fdio-noha 95/21295/3
Frank Brockners [Fri, 16 Sep 2016 17:07:26 +0000 (10:07 -0700)]
Updated results info for os-odl_l2-fdio-noha

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>
7 years agoAdd user guide link for copper 13/21313/6
blsaws [Fri, 16 Sep 2016 18:35:25 +0000 (11:35 -0700)]
Add user guide link for copper

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>
7 years agoFix formatting error 65/21265/1
cristinapauna [Fri, 16 Sep 2016 12:03:15 +0000 (15:03 +0300)]
Fix formatting error

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>
7 years agoUpdate release notes with ARM results 57/21257/1
cristinapauna [Fri, 16 Sep 2016 11:03:16 +0000 (14:03 +0300)]
Update release notes with ARM results

Add a link to the Funtest results on ARM in the fuel section

Change-Id: I1ecf5ab4ac5ef00c64309ac6b8488a673149f361
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
7 years agoMerge "Added support for custom images and flavors in tempest"
Morgan Richomme [Fri, 16 Sep 2016 08:54:06 +0000 (08:54 +0000)]
Merge "Added support for custom images and flavors in tempest"

7 years agoCorrected Promise links (According to final opnfvdocs directives) 41/21241/1
Bertrand Souville [Fri, 16 Sep 2016 07:02:57 +0000 (09:02 +0200)]
Corrected Promise links (According to final opnfvdocs directives)

Change-Id: I1d565a92bf9dd2de8ae679c4ca9c0bb5a9148830
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
7 years agoMerge "Update release Note"
Morgan Richomme [Thu, 15 Sep 2016 15:49:27 +0000 (15:49 +0000)]
Merge "Update release Note"

7 years agoAdded support for custom images and flavors in tempest 93/21193/2
juraj.linkes [Thu, 15 Sep 2016 14:27:06 +0000 (16:27 +0200)]
Added support for custom images and flavors in tempest

Change-Id: I9335ed1517097e83175a265b603a6707adf476b6
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoUpdate release Note 45/21145/11
Morgan Richomme [Wed, 14 Sep 2016 16:35:37 +0000 (18:35 +0200)]
Update release Note

JIRA: FUNCTEST-436

Change-Id: Idbb02dd26e9578fc53e77f4b30447ff037f38ef4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agofixed updating of hugepage flavors 89/21189/1
juraj.linkes [Thu, 15 Sep 2016 14:11:40 +0000 (16:11 +0200)]
fixed updating of hugepage flavors

Change-Id: I5719aef5d5334584337858cf5fee3ef024c0eaac
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoExclude Doctor from Functest for fuel scenarios 63/20663/2
Morgan Richomme [Thu, 8 Sep 2016 09:50:25 +0000 (11:50 +0200)]
Exclude Doctor from Functest for fuel scenarios

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>
7 years agoExclude copper, doctor and security_scan from apex/fdio scenarios 35/21135/3
Morgan Richomme [Wed, 14 Sep 2016 14:22:03 +0000 (16:22 +0200)]
Exclude copper, doctor and security_scan from apex/fdio scenarios

JIRA: FUNCTEST-475

Change-Id: I720b9d88db94d66f067601608ab2d1435fc93d47
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoAdd delay after SF floating IP assignment 27/21127/1
George Paraskevopoulos [Wed, 14 Sep 2016 12:32:02 +0000 (15:32 +0300)]
Add delay after SF floating IP assignment

JIRA: https://jira.opnfv.org/browse/SFC-48

The assignment of floating IPs to service functions needs some time
to complete, otherwise we get ssh failures

Change-Id: Ia3e789be95d20801ee2c741a473d407e936f4fb6
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoMerge "Include latest tag for Multisite Kingbird"
Jose Lausuch [Wed, 14 Sep 2016 11:29:20 +0000 (11:29 +0000)]
Merge "Include latest tag for Multisite Kingbird"

7 years agoInclude latest tag for Multisite Kingbird 17/21117/1
Ashish Singh [Wed, 14 Sep 2016 10:21:51 +0000 (15:51 +0530)]
Include latest tag for Multisite Kingbird

Fix for one of Kingbird testcase failure is in latest tag.
Modifying docker to pick the latest kingbird tag from github.

Change-Id: I4250322b808a104511e68b9a085717e6141a9eca
Signed-off-by: ashish singh <ashishsingh2k8@gmail.com>
7 years agoMerge "Push FAIL to DB for onos-sfc"
Jose Lausuch [Wed, 14 Sep 2016 10:15:29 +0000 (10:15 +0000)]
Merge "Push FAIL to DB for onos-sfc"

7 years agoMerge "Added missing parameter into logger warning message"
Jose Lausuch [Wed, 14 Sep 2016 09:29:53 +0000 (09:29 +0000)]
Merge "Added missing parameter into logger warning message"

7 years agoAdded missing parameter into logger warning message 75/21075/2
vitikkan [Wed, 14 Sep 2016 04:31:58 +0000 (07:31 +0300)]
Added missing parameter into logger warning message

Missing parameter prevented using of customer defined
installer type when executing "functest env prepare" command.

JIRA: FUNCTEST-467

Change-Id: I69b69fa43584ec7ae4e4d8925f99624711131ef9
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
7 years agoPush FAIL to DB for onos-sfc 51/20851/8
wuwenbin2 [Mon, 12 Sep 2016 02:19:29 +0000 (10:19 +0800)]
Push FAIL to DB for onos-sfc

Change-Id: Ifae2cba32d9a0df44ae46e642129931692f65a7c
Signed-off-by: wuwenbin2 <wuwenbin2@huawei.com>
7 years agoAdd utils for getting bgpvpn information 93/21093/1
Romanos Skiadas [Wed, 14 Sep 2016 07:36:50 +0000 (10:36 +0300)]
Add utils for getting bgpvpn information

Change-Id: I86f9e2afa6578dc60ea82fd163427a4f6e2f8526
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
Co-Authored-By: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoMerge "Doc for Xreview by other test projects"
Morgan Richomme [Tue, 13 Sep 2016 16:33:13 +0000 (16:33 +0000)]
Merge "Doc for Xreview by other test projects"

7 years agoDoc for Xreview by other test projects 15/20315/5
Morgan Richomme [Mon, 5 Sep 2016 09:44:41 +0000 (11:44 +0200)]
Doc for Xreview by other test projects

Change-Id: I75da3530685b74f628fc689b2ef8908919df147e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Refactored support for flavor and image hugepages based on Morgan's suggestins"
Morgan Richomme [Tue, 13 Sep 2016 13:42:00 +0000 (13:42 +0000)]
Merge "Refactored support for flavor and image hugepages based on Morgan's suggestins"

7 years agoRefactored support for flavor and image hugepages based on Morgan's suggestins 13/21013/3
juraj.linkes [Tue, 13 Sep 2016 12:08:31 +0000 (14:08 +0200)]
Refactored support for flavor and image hugepages based on Morgan's suggestins

Change-Id: I414338616aecda161a51a780abb24c9e3a8f5c54
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoSFC testcase IP tables policy 73/20773/2
George Paraskevopoulos [Fri, 9 Sep 2016 13:16:21 +0000 (16:16 +0300)]
SFC testcase IP tables policy

Add iptables rule to open requests.
Tacker client fails to connect without this firewall rule.

Change-Id: I7ca0258110571d8aacdf8214830e4fce5a172c59
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoMerge "[ODL-SFC] Add push resulst to DB"
Morgan Richomme [Tue, 13 Sep 2016 12:33:38 +0000 (12:33 +0000)]
Merge "[ODL-SFC] Add push resulst to DB"

7 years agoMerge "Add CI link for ARM"
Morgan Richomme [Tue, 13 Sep 2016 11:44:15 +0000 (11:44 +0000)]
Merge "Add CI link for ARM"

7 years agoAdd CI link for ARM 03/21003/1
cristinapauna [Tue, 13 Sep 2016 11:17:11 +0000 (14:17 +0300)]
Add CI link for ARM

Change-Id: Ieb70482ce2a7a63864dfad08d2e6530265f8d55f
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
7 years ago[SDNVPN] Disable Rally Sanity test case for bgpvpn scenarios 97/20997/3
jose.lausuch [Tue, 13 Sep 2016 09:51:00 +0000 (11:51 +0200)]
[SDNVPN] Disable Rally Sanity test case for bgpvpn scenarios

Due to a known issue with API performance when bgpvpn extension
is activated which causes some delays and the tests take longer
time than normal, we get a lot of Jenkins Job timeouts and the
scenario cannot be validated.
Since it is a performance issue, we black list rally sanity, which
takes 1 hour to complete and will re-enable it in Colorado.2.0
where ODL Boron release will be available and SDNVPN team
thinks this will be fixed.

Change-Id: Idc68e30ea15d52d0fd4b63bc57ddf643f3f7c8b4
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years ago[ODL-SFC] Add push resulst to DB 29/20929/5
jose.lausuch [Mon, 12 Sep 2016 16:17:07 +0000 (18:17 +0200)]
[ODL-SFC] Add push resulst to DB

Change-Id: I314cbda828f6ebda70f7fb4e7d39e781696bc073
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Added support for creating images and flavors with hugepages for fdio scenarios"
Jose Lausuch [Mon, 12 Sep 2016 14:27:28 +0000 (14:27 +0000)]
Merge "Added support for creating images and flavors with hugepages for fdio scenarios"

7 years agoAdded support for creating images and flavors with hugepages for fdio scenarios 97/20897/1
juraj.linkes [Mon, 12 Sep 2016 11:27:05 +0000 (13:27 +0200)]
Added support for creating images and flavors with hugepages for fdio scenarios

Change-Id: Idb1cb3a6b71e6de9343a07b14731ae506a44567e
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoExclude Tempest basicops case also in noha scenarios 79/20879/1
Morgan Richomme [Mon, 12 Sep 2016 09:11:54 +0000 (11:11 +0200)]
Exclude Tempest basicops case also in noha scenarios

FUNCTEST-470

Change-Id: I7bfd52b5e18e22d78437821906244a8e32ce38a3
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Optimize onos-sfc"
Jose Lausuch [Fri, 9 Sep 2016 08:55:09 +0000 (08:55 +0000)]
Merge "Optimize onos-sfc"

7 years agoOptimize onos-sfc 23/20323/7
wuwenbin2 [Mon, 5 Sep 2016 11:46:33 +0000 (19:46 +0800)]
Optimize onos-sfc

1.Delete print and format in onos-sfc
2.Split class into serveral methods in Sfc.py
3.Update Fail process
4.Use vars of HTTP status code

Change-Id: Ifb2fc5c570e2c2aa2cfb173eadb32c688a84969e
Signed-off-by: wuwenbin2 <wuwenbin2@huawei.com>
7 years agoMerge "make use of functest_utils.get_parameter_from_yaml"
Morgan Richomme [Thu, 8 Sep 2016 16:40:34 +0000 (16:40 +0000)]
Merge "make use of functest_utils.get_parameter_from_yaml"

7 years ago[Promise] Use the repository from github 77/20677/1
jose.lausuch [Thu, 8 Sep 2016 12:42:46 +0000 (14:42 +0200)]
[Promise] Use the repository from github

The patch https://gerrit.opnfv.org/gerrit/#/c/20433/
modified the source of the repository from github
to gerrit.
Since gerrit repo causes the failures, we change
back to the original one where the latest changes
are performed.

Change-Id: Ibbe944a457ce0ec3f184a33696c302448e25e506
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Exclude some Rally/Nova tests from lxd noha scenario"
Morgan Richomme [Thu, 8 Sep 2016 10:08:49 +0000 (10:08 +0000)]
Merge "Exclude some Rally/Nova tests from lxd noha scenario"

7 years agoExclude some Rally/Nova tests from lxd noha scenario 49/20649/1
Morgan Richomme [Thu, 8 Sep 2016 09:05:37 +0000 (11:05 +0200)]
Exclude some Rally/Nova tests from lxd noha scenario

JIRA: FUNCTEST-464

Change-Id: I0b5014eabccd60c9efaacc4ee529e7b44fd070b2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoTempest release verion updated 12.1.0 -> 12.2.0 37/20637/1
vitikkan [Thu, 8 Sep 2016 07:01:22 +0000 (10:01 +0300)]
Tempest release verion updated 12.1.0 -> 12.2.0

A bug (https://bugs.launchpad.net/tempest/+bug/1597164) in the
older version caused three tearDownClass failures in smoke suite.

JIRA: FUNCTEST-466

Change-Id: Iaa5cb7082b05aa938f2088dc635a47d1319f340c
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
7 years agomake use of functest_utils.get_parameter_from_yaml 69/20569/4
SerenaFeng [Wed, 7 Sep 2016 14:13:42 +0000 (22:13 +0800)]
make use of functest_utils.get_parameter_from_yaml

JIRA: FUNCTEST-463

Change-Id: I1d54a65c5bfa2542f2fd3a2e408967641e6e4ac9
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "remove imported FUNCTEST_REPO object"
Morgan Richomme [Wed, 7 Sep 2016 14:49:50 +0000 (14:49 +0000)]
Merge "remove imported FUNCTEST_REPO object"

7 years agoExclude Rally/Nova tests for lxd scenario 59/20559/1
Morgan Richomme [Wed, 7 Sep 2016 13:27:12 +0000 (15:27 +0200)]
Exclude Rally/Nova tests for lxd scenario

JIRA: FUNCTEST-464

Change-Id: I521f1ccd88579ba411d3691e4c222a2e8b41e1f8
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoremove imported FUNCTEST_REPO object 01/20501/2
SerenaFeng [Wed, 7 Sep 2016 01:14:27 +0000 (09:14 +0800)]
remove imported FUNCTEST_REPO object

According to openstack style guidelines in http://docs.openstack.org/developer/hacking/
**** Do not import objects, only modules (*) ****
so direct FUNCTEST_REPO import should be avoided
from functest.utils.functest_utils import FUNCTEST_REPO as FUNCTEST_REPO

JIRA: FUNCTEST-459

Change-Id: Iac0d07a54957cd7419391de183660ac1ce0efd49
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Clone the proper branches in the dockerfile"
jose.lausuch [Tue, 6 Sep 2016 17:46:34 +0000 (17:46 +0000)]
Merge "Clone the proper branches in the dockerfile"

7 years agoClone the proper branches in the dockerfile 33/20433/7
jose.lausuch [Tue, 6 Sep 2016 09:47:33 +0000 (11:47 +0200)]
Clone the proper branches in the dockerfile

JIRA: FUNCTEST-458

Related: https://gerrit.opnfv.org/gerrit/#/c/20431/

Change-Id: I234b1ed9c61411d7f328340612c28dffe12bb605
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Fix image format set for rally test cases"
Morgan Richomme [Tue, 6 Sep 2016 15:16:15 +0000 (15:16 +0000)]
Merge "Fix image format set for rally test cases"

7 years agoFix image format set for rally test cases 69/20469/1
Juha Kosonen [Tue, 6 Sep 2016 14:15:31 +0000 (14:15 +0000)]
Fix image format set for rally test cases

Always use image format defined in config_functest.yaml when creating
glance images.

JIRA: FUNCTEST-460

Change-Id: Ica6b35605301bc14290daa23a1480114cf6294c0
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
7 years agoRemove source-sans-pro directory, fonts not used and license conflict 53/20453/1
Morgan Richomme [Tue, 6 Sep 2016 13:27:34 +0000 (15:27 +0200)]
Remove source-sans-pro directory, fonts not used and license conflict

Change-Id: I0ecdc71fe6cd58923c6fa9ad1bc01a0cc13bf72b
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Reduce logging in the SFC test case"
Jose Lausuch [Tue, 6 Sep 2016 13:22:47 +0000 (13:22 +0000)]
Merge "Reduce logging in the SFC test case"

7 years agoReduce logging in the SFC test case 29/20429/5
George Paraskevopoulos [Tue, 6 Sep 2016 09:42:13 +0000 (12:42 +0300)]
Reduce logging in the SFC test case

JIRA: FUNCTEST-446

Reduce the logs that appear in the Jenkins CI console to make the output
of the SFC test case more readable

- Redirect tacker installation logs to results folder
  /home/opnfv/functest/results/odl-sfc.log
- Split odl-sfc preparation into a new script
- Pipe STDERR in the sfc.py script so that "Added to known hosts"
  messages do not show in the output

Change-Id: Ibf871ade6827d4817f33623b935c5f1d904086bb
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
7 years agoMerge "[Promise] Fix bug opening the json result file"
jose.lausuch [Tue, 6 Sep 2016 12:30:55 +0000 (12:30 +0000)]
Merge "[Promise] Fix bug opening the json result file"

7 years ago[Promise] Fix bug opening the json result file 43/20443/1
jose.lausuch [Tue, 6 Sep 2016 12:22:26 +0000 (14:22 +0200)]
[Promise] Fix bug opening the json result file

Change-Id: I8882ffc8139095a79b6542c508a6293ae231f232
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Add support of arm for doctor"
Jose Lausuch [Tue, 6 Sep 2016 12:21:10 +0000 (12:21 +0000)]
Merge "Add support of arm for doctor"

7 years agoAdd support of arm for doctor 71/20371/5
cristinapauna [Mon, 5 Sep 2016 15:51:12 +0000 (18:51 +0300)]
Add support of arm for doctor

This is half of the fix to make the doctor suite run on arm.
The other half is at https://gerrit.opnfv.org/gerrit/#/c/20369/
In this fix I set an enviroment variable, to be used by
the doctor suite when ran with functest. The variable is set only
when present in config_functest.yaml, which we use as a custom file
when running functest on arm.

Change-Id: If34d3e7734a194bf9fe8b525a362e029767caa4f
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
7 years agoMerge "[Promise test case] Use proper way to get parameters from yaml"
jose.lausuch [Tue, 6 Sep 2016 07:22:31 +0000 (07:22 +0000)]
Merge "[Promise test case] Use proper way to get parameters from yaml"

7 years agoMerge "Add blacklist handling for rally test cases"
Morgan Richomme [Tue, 6 Sep 2016 07:10:44 +0000 (07:10 +0000)]
Merge "Add blacklist handling for rally test cases"

7 years ago[Promise test case] Use proper way to get parameters from yaml 41/20341/3
jose.lausuch [Mon, 5 Sep 2016 12:37:54 +0000 (14:37 +0200)]
[Promise test case] Use proper way to get parameters from yaml

Since there is a function in functest_utils to get
a value from the config_functest.yaml directly, there
is no need to load again that file. Better to use common
functions that are designed for that.

Also, Replace location of the results json file to
the results directory. It will be also pushed to artifacts
repository.

Change-Id: Ic6422ed78ccd0f8b40b519342a7dcf38c502924e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoAdd blacklist handling for rally test cases 61/20361/1
Juha Kosonen [Mon, 5 Sep 2016 14:36:01 +0000 (14:36 +0000)]
Add blacklist handling for rally test cases

Test cases can be excluded from execution based on installer/scenario
via blacklist file.

JIRA: FUNCTEST-451

Change-Id: I17bbd5f1364a890b88bc196cbc5f49c492df1cb1
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>