functest.git
7 years agoMerge "Update keys of details dic for refstack_defcore"
Morgan Richomme [Wed, 22 Mar 2017 08:59:35 +0000 (08:59 +0000)]
Merge "Update keys of details dic for refstack_defcore"

7 years agoMerge "Set refstack_defcore criteria to 100%"
Morgan Richomme [Wed, 22 Mar 2017 08:58:49 +0000 (08:58 +0000)]
Merge "Set refstack_defcore criteria to 100%"

7 years agoMerge changes from topics '644', 'improve_unix_permission_check'
Cedric Ollivier [Wed, 22 Mar 2017 08:53:23 +0000 (08:53 +0000)]
Merge changes from topics '644', 'improve_unix_permission_check'

* changes:
  Change execute bits
  Improve unix permissions fixes

7 years agoMerge "Respect common unix permissions"
Cedric Ollivier [Wed, 22 Mar 2017 08:53:06 +0000 (08:53 +0000)]
Merge "Respect common unix permissions"

7 years agoMerge "bug fix: version not retrieved on weekly jobs"
Morgan Richomme [Tue, 21 Mar 2017 13:03:58 +0000 (13:03 +0000)]
Merge "bug fix: version not retrieved on weekly jobs"

7 years agoChange execute bits 83/31183/1
Cédric Ollivier [Tue, 21 Mar 2017 10:38:08 +0000 (11:38 +0100)]
Change execute bits

It applies the rules proposed by "Improve unix permissions fixes" [1].

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

Change-Id: If5142befb74165a982f9281e8770289b303d483d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoImprove unix permissions fixes 71/31171/2
Cédric Ollivier [Tue, 21 Mar 2017 09:40:26 +0000 (10:40 +0100)]
Improve unix permissions fixes

It now removes exec permissions for files which don't require them.
It prevents from modifying files in functest_venv too.

Change-Id: I3c88817713711a0009a7392f19fe5ccc63ba98cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoMerge "[cloudify_ims] Change VNF flavor value"
valentin boucher [Tue, 21 Mar 2017 09:43:41 +0000 (09:43 +0000)]
Merge "[cloudify_ims] Change VNF flavor value"

7 years agoMerge "Remove functest_defcore testcases"
Morgan Richomme [Tue, 21 Mar 2017 09:41:04 +0000 (09:41 +0000)]
Merge "Remove functest_defcore testcases"

7 years agoRespect common unix permissions 67/31167/1
Cédric Ollivier [Tue, 21 Mar 2017 09:33:26 +0000 (10:33 +0100)]
Respect common unix permissions

It was fixed by the following rule:
find ${FUNCTEST_REPO_DIR} -name "*.py" \
    -not -path "*tests/unit*" |xargs grep __main__ \
    |cut -d\: -f 1 |xargs chmod -c 755 &&
    find ${FUNCTEST_REPO_DIR} -name "*.sh" \
    |xargs grep \#\! |cut -d\: -f 1 |xargs chmod -c 755

Change-Id: I23fab3ff90d41d040264b5b8c0e425b6a42c7e55
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate keys of details dic for refstack_defcore 65/31165/1
Linda Wang [Tue, 21 Mar 2017 09:28:43 +0000 (09:28 +0000)]
Update keys of details dic for refstack_defcore

Update the keys of details in refstack_defcore ("num_tests", "num_failures",
and "failed") to "tests", "failures" and "errors", in order to be consistent
with those in tempest.

Change-Id: I24f8a23548ffa253621083bbf6eb988306fd6edb
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoSet refstack_defcore criteria to 100% 55/31155/1
Linda Wang [Tue, 21 Mar 2017 09:03:33 +0000 (09:03 +0000)]
Set refstack_defcore criteria to 100%

In order to be consistent with other tests, set refstack_defcore
criteria to 100%.

Change-Id: Iab8bc0cb66b834a661b860a032192d502fde578b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years ago[cloudify_ims] Change VNF flavor value 47/31147/1
boucherv [Tue, 21 Mar 2017 08:49:09 +0000 (09:49 +0100)]
[cloudify_ims] Change VNF flavor value

Change-Id: I843f77fa5051a99be8bdbdbb76300ab965e9d8af
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoFix usage of v3 APIs of OpenStack 77/31077/1
Michael Pauls [Mon, 20 Mar 2017 15:08:13 +0000 (16:08 +0100)]
Fix usage of v3 APIs of OpenStack

Using OS_PROJECT_ID instead of OS_TENANT_NAME as tenant
when onboarding a new VIM/PoP with Open Baton

Change-Id: I873badc73e7b33179fa487505d18ce89840d6599
Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
7 years ago[vnf_base] improve exception 13/31013/1
boucherv [Mon, 20 Mar 2017 09:52:48 +0000 (10:52 +0100)]
[vnf_base] improve exception

Return on part of previous changes in commit: 30257
https://gerrit.opnfv.org/gerrit/#/c/30257/

Change-Id: I11b33ee2a6f9d4cbcf1449006b47be508fce655e
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agobug fix: version not retrieved on weekly jobs 03/31003/1
Morgan Richomme [Mon, 20 Mar 2017 09:04:57 +0000 (10:04 +0100)]
bug fix: version not retrieved on weekly jobs

a first fix had been done
but the version was retrieved 2 times with the regex
this patch removes the second regex and re-use get_version
the associated unit tests has been removed because even
if the build_tag is badly formated, it will not prevent
the results to be pushed with version = unknown

JIRA: FUNCTEST-765

Change-Id: I2cbe8ba1dd7278c3f3510a47c667c433f65e00f8
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Bug Fix: retrieve version from build tag in weekly jobs"
Morgan Richomme [Sun, 19 Mar 2017 13:43:19 +0000 (13:43 +0000)]
Merge "Bug Fix: retrieve version from build tag in weekly jobs"

7 years ago[cloudify_ims] fix signaling test error 41/30941/1
boucherv [Sun, 19 Mar 2017 11:44:17 +0000 (12:44 +0100)]
[cloudify_ims] fix signaling test error

Change-Id: I6d6cf36c2a82df1ff9943cc3084b38967033bb94
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoFix deployment flavor of orchestra machine; Improve bootstrap 77/30877/1
Michael Pauls [Fri, 17 Mar 2017 17:59:49 +0000 (18:59 +0100)]
Fix deployment flavor of orchestra machine; Improve bootstrap

Change-Id: I3aa00be7e6e7d3e8de86a8b6a8e9564dc548a3d3
Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
7 years agoBug Fix: retrieve version from build tag in weekly jobs 19/30819/1
Morgan Richomme [Fri, 17 Mar 2017 13:41:06 +0000 (14:41 +0100)]
Bug Fix: retrieve version from build tag in weekly jobs

- fix regex issue
- add unit test to cover weekly and dummy build tags
- remove useless logs

JIRA: FUNCTEST-765

Change-Id: I7a8d40b4662f4557cd080669da46fb1c32d2ad6d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoRemove functest_defcore testcases 35/30735/1
Morgan Richomme [Thu, 16 Mar 2017 16:42:52 +0000 (17:42 +0100)]
Remove functest_defcore testcases

refstack_defcore has been merged
the testcase is no more needed (duplication)

Change-Id: I287406b40cdd89ff2c4eadcde7e9d5a93e21953a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "refstack-client: arm dockerfile support"
Morgan Richomme [Thu, 16 Mar 2017 16:08:10 +0000 (16:08 +0000)]
Merge "refstack-client: arm dockerfile support"

7 years agoBugfix: fix the criteria of refstack_defcore 05/30705/1
Linda Wang [Thu, 16 Mar 2017 15:34:35 +0000 (15:34 +0000)]
Bugfix: fix the criteria of refstack_defcore

The criteria of refstack_defcore is supposed to be ">= 80%" rather
than "== 80%".

Change-Id: I9f9e38c84925c3725289e8b427e5735d131459f1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoMerge "Added Unit Tests for ci/generate_report with argument refactoring for main...
Morgan Richomme [Thu, 16 Mar 2017 11:10:12 +0000 (11:10 +0000)]
Merge "Added Unit Tests for ci/generate_report with argument refactoring for main and init functions in generate_reports"

7 years agoMerge "Added Unit Tests for ci/run_tests"
Morgan Richomme [Thu, 16 Mar 2017 11:10:06 +0000 (11:10 +0000)]
Merge "Added Unit Tests for ci/run_tests"

7 years agoMerge "Added Unit Tests for ci/tier_handler"
Morgan Richomme [Thu, 16 Mar 2017 11:09:59 +0000 (11:09 +0000)]
Merge "Added Unit Tests for ci/tier_handler"

7 years agoMerge "Added Unit Tests for ci/tier_builder"
Morgan Richomme [Thu, 16 Mar 2017 11:09:52 +0000 (11:09 +0000)]
Merge "Added Unit Tests for ci/tier_builder"

7 years agoMerge "Parse refstack_defcore results"
Morgan Richomme [Thu, 16 Mar 2017 07:34:22 +0000 (07:34 +0000)]
Merge "Parse refstack_defcore results"

7 years agoMerge "env variable support for test DB url"
Morgan Richomme [Thu, 16 Mar 2017 07:29:04 +0000 (07:29 +0000)]
Merge "env variable support for test DB url"

7 years agoParse refstack_defcore results 43/30543/5
Linda Wang [Wed, 15 Mar 2017 09:53:37 +0000 (09:53 +0000)]
Parse refstack_defcore results

JIRA: DOVETAIL-366
JIRA: FUNCTEST-758

Parse refstack_defcore results, including:
1. show number of tests passed, skipped and failed
2. record the detailed info about testcases passed, skipped and failed.

Change-Id: I355a907c5c9ea2739f845447144c62613ec3bb6a
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agorefstack-client: arm dockerfile support 49/30549/1
MatthewLi [Wed, 15 Mar 2017 10:02:33 +0000 (06:02 -0400)]
refstack-client: arm dockerfile support

JIRA: FUNCTEST-758
JIRA: DOVETAIL-366

Change-Id: I02784263bca26a1bfc786949b933d688c35c950f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoMerge "refstack client integration"
Morgan Richomme [Wed, 15 Mar 2017 09:48:32 +0000 (09:48 +0000)]
Merge "refstack client integration"

7 years agorefstack client integration 25/30225/8
MatthewLi [Fri, 10 Mar 2017 05:03:09 +0000 (00:03 -0500)]
refstack client integration

JIRA: DOVETAIL-366
JIRA: FUNCTEST-758

usage:
1,functest testcase run refstack_defcore, will run the
default testcases in defcore_201608.txt
2,cd <path>/functest/functest/opnfv_tests/openstack/refstack_client
  python refstack_client.py -c <tempest-conf-file-path> --testlist <testlist-path>

this has been worked with openstack-refstack experts, etc.
tested workedi.
result see http://paste.openstack.org/show/602173/

Change-Id: I1aaffea01dec9dc8d1c572885bdf516614a16894
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoenv variable support for test DB url 47/30447/3
Morgan Richomme [Tue, 14 Mar 2017 15:57:05 +0000 (16:57 +0100)]
env variable support for test DB url

So far DB url was retrieved from configuration file
If you want to use the CI chain (jenkins, testapi, test DB,
functest, ..) then you have a problem

calling functest will systematically point to the configuration
from the repo
Supporting env variable allow to avoid post processing in the
configuration file and as a consequence offer the possibility
to create a local DB to host local results

Change-Id: Ie64b8b265827d7f5724c7066a8c173de8cf012e2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoAdded Unit Tests for ci/tier_builder 63/29163/7
ashishk1994 [Tue, 21 Feb 2017 17:23:29 +0000 (22:53 +0530)]
Added Unit Tests for ci/tier_builder

Change-Id: I66f43fb09472948bc71178cd8aeb14dc1ab5fa55
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoAdded Unit Tests for ci/tier_handler 65/29165/7
ashishk1994 [Tue, 21 Feb 2017 17:24:22 +0000 (22:54 +0530)]
Added Unit Tests for ci/tier_handler

Change-Id: I0b1d7efcf44c0ad2c1e8d3163fe72a61883eb86a
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoAdded Unit Tests for ci/run_tests 61/29161/5
ashishk1994 [Tue, 21 Feb 2017 17:22:45 +0000 (22:52 +0530)]
Added Unit Tests for ci/run_tests

Change-Id: I5cd900cee809b8fd935a5c8b862a9ecd6278bdf5
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoAdded Unit Tests for ci/generate_report with 59/29159/4
ashishk1994 [Tue, 21 Feb 2017 17:21:30 +0000 (22:51 +0530)]
Added Unit Tests for ci/generate_report with
argument refactoring for main and init
functions in generate_reports

Change-Id: I291d04a9c0ed381f4b92e989270c0b9a37c15264
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agobug fix: remove reference to ovno 41/30441/1
Morgan Richomme [Tue, 14 Mar 2017 15:32:02 +0000 (16:32 +0100)]
bug fix: remove reference to ovno

ovno has no danube branch and is not used
clean the ovno from functest to avoid side effect
when producing danube functest docker file

Change-Id: I5347111fc90a04ca9018679b5578ca30ae33b2f2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years ago[snaps] Pass flavor metadata to smoke tests 29/30429/1
Michael Polenchuk [Tue, 14 Mar 2017 14:34:24 +0000 (18:34 +0400)]
[snaps] Pass flavor metadata to smoke tests

Change-Id: I774d3625d35e3d264d609ba9aa7538a723923bcf
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years ago[tempest/defcore] Configure volume device name 61/30161/2
Michael Polenchuk [Thu, 9 Mar 2017 12:43:02 +0000 (16:43 +0400)]
[tempest/defcore] Configure volume device name

Actually attach_detach_volume must be skipped because the device name
ain't reliable and that's using a hard-coded device name in config.
This test should just get the device info after the attach and use
that rather than the hard-coded config option in Tempest that ain't
likely to work - the test should have been written more dynamically.

However, set volume device name to "vdc" since "vdb" is used for config
drive when force_config_drive=True is in action.

Change-Id: Ic70de93a609df932c7749a94f71505e927df1b79
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoMerge "Remove raise exceptions"
valentin boucher [Sun, 12 Mar 2017 11:08:06 +0000 (11:08 +0000)]
Merge "Remove raise exceptions"

7 years agoRemove raise exceptions 57/30257/2
Morgan Richomme [Fri, 10 Mar 2017 15:14:29 +0000 (16:14 +0100)]
Remove raise exceptions

until exceptions are better managed in abstraction
Currently it triggers an exit from the jenkins job
and prevent other tests to be run

Change-Id: Id3b18c1d6d3b786fc78456b3ad51963d2cbb2cc1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "cloudify_ims: fix error on account creation"
Morgan Richomme [Fri, 10 Mar 2017 14:27:02 +0000 (14:27 +0000)]
Merge "cloudify_ims: fix error on account creation"

7 years agocloudify_ims: fix error on account creation 55/30255/1
boucherv [Fri, 10 Mar 2017 14:01:24 +0000 (15:01 +0100)]
cloudify_ims: fix error on account creation

Change-Id: I43550b2062c69d7b4eb144057a90806f92328739
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoMerge "Add extra check to avoid double delete of instances"
Morgan Richomme [Fri, 10 Mar 2017 13:18:53 +0000 (13:18 +0000)]
Merge "Add extra check to avoid double delete of instances"

7 years agoMerge "Exclude Doctor from Joid scnenarios"
Morgan Richomme [Fri, 10 Mar 2017 09:58:50 +0000 (09:58 +0000)]
Merge "Exclude Doctor from Joid scnenarios"

7 years agoMerge "cloudify_ims: fix sip public domain name"
Morgan Richomme [Fri, 10 Mar 2017 09:42:38 +0000 (09:42 +0000)]
Merge "cloudify_ims: fix sip public domain name"

7 years agocloudify_ims: fix sip public domain name 41/30241/1
boucherv [Fri, 10 Mar 2017 09:36:48 +0000 (10:36 +0100)]
cloudify_ims: fix sip public domain name

Change-Id: I25423cc3fbab54f81047fbebd0bc33895d826186
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoExclude Doctor from Joid scnenarios 39/30239/1
Morgan Richomme [Fri, 10 Mar 2017 09:35:01 +0000 (10:35 +0100)]
Exclude Doctor from Joid scnenarios

Doctor feature not available for Joid on Danube

Change-Id: I1d39ff15a1fe003689828f6923b92c7e7c7d716f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Unit tests added for openstack/tempest"
Morgan Richomme [Fri, 10 Mar 2017 09:27:19 +0000 (09:27 +0000)]
Merge "Unit tests added for openstack/tempest"

7 years agoChange scenario for odl_netvirt tests to be os-odl_l3-nofeature 15/30115/2
Jamo Luhrsen [Thu, 9 Mar 2017 06:16:15 +0000 (22:16 -0800)]
Change scenario for odl_netvirt tests to be os-odl_l3-nofeature

Change-Id: Ibf04adcaa0b14c4cdda8fba2ef2826a0c7f3b7d4
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Show verification details in tempest log"
Morgan Richomme [Fri, 10 Mar 2017 07:12:51 +0000 (07:12 +0000)]
Merge "Show verification details in tempest log"

7 years agoMerge "Change the order of HealthCheck tests"
Morgan Richomme [Fri, 10 Mar 2017 07:12:35 +0000 (07:12 +0000)]
Merge "Change the order of HealthCheck tests"

7 years agoMerge "fix vnf deployment"
Morgan Richomme [Thu, 9 Mar 2017 20:38:40 +0000 (20:38 +0000)]
Merge "fix vnf deployment"

7 years agofix vnf deployment 15/30215/1
boucherv [Thu, 9 Mar 2017 20:30:49 +0000 (21:30 +0100)]
fix vnf deployment

Change-Id: If92c7d402b88f59367564f7279d426eb8f3b582a
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoChange the order of HealthCheck tests 97/30197/1
Morgan Richomme [Thu, 9 Mar 2017 16:20:17 +0000 (17:20 +0100)]
Change the order of HealthCheck tests

currently the snaps healthcheck (dhcp) is tried first
it should be connectivity, api, dhcp

the reporting looks for scenario based on connectivity

testing dhcp first => scenarios ok on connectivy but
failed with DHCP are not considered, which could be
misleading

Change-Id: I0eb34b1f5ba163540281e5ef0dcb12c8cefa88bd
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Update tempest to the latest 15.0.0"
Morgan Richomme [Thu, 9 Mar 2017 16:12:02 +0000 (16:12 +0000)]
Merge "Update tempest to the latest 15.0.0"

7 years agoShow verification details in tempest log 87/30187/1
Juha Kosonen [Thu, 9 Mar 2017 15:22:13 +0000 (17:22 +0200)]
Show verification details in tempest log

JIRA: FUNCTEST-747

Change-Id: I85f15188315136cc44876914325e3693f7973af8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
7 years agoMerge "Introduce smoke tests for FDS"
Morgan Richomme [Thu, 9 Mar 2017 13:54:16 +0000 (13:54 +0000)]
Merge "Introduce smoke tests for FDS"

7 years agoIntroduce smoke tests for FDS 83/28883/12
Tomas Cechvala [Fri, 17 Feb 2017 00:39:00 +0000 (01:39 +0100)]
Introduce smoke tests for FDS

Added:
 - fds repository to docker file
 - fds test to smoke tier in testcases
 - config values for fds tests

A new robot var OS_AUTH_URL is defined as expected by FDS robot files.
Method args switch from Keystone IP to OS_AUTH_URL which is more
precised. The argument parsing is changed too.

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ife27ab4a83f0110cbdcf7c9d47d9b3fb4c0ec705
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoMerge "Revert "Change barometer target log file""
Morgan Richomme [Thu, 9 Mar 2017 11:00:54 +0000 (11:00 +0000)]
Merge "Revert "Change barometer target log file""

7 years agoRevert "Change barometer target log file" 51/30151/3
Morgan Richomme [Thu, 9 Mar 2017 10:45:37 +0000 (10:45 +0000)]
Revert "Change barometer target log file"

This reverts commit 044de9eb0c74fb2ef9cb34b6487bf0536412058d.

Change-Id: I9179f4b5ce866456e8ec85cb8a730a5d7f2af16e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Change barometer target log file"
Morgan Richomme [Thu, 9 Mar 2017 09:37:07 +0000 (09:37 +0000)]
Merge "Change barometer target log file"

7 years agoMerge "Improve error log into vnf test step"
Morgan Richomme [Thu, 9 Mar 2017 08:54:57 +0000 (08:54 +0000)]
Merge "Improve error log into vnf test step"

7 years agoMerge "Optimize releng cloning when running unit tests"
Morgan Richomme [Thu, 9 Mar 2017 08:53:53 +0000 (08:53 +0000)]
Merge "Optimize releng cloning when running unit tests"

7 years agoOptimize releng cloning when running unit tests 55/30055/4
Morgan Richomme [Wed, 8 Mar 2017 10:07:04 +0000 (11:07 +0100)]
Optimize releng cloning when running unit tests

not need to clone full releng
depth 1 is enough
do not go out of workspace anymore..never...

Change-Id: I1d2dbc30bec6c168ef7ddf3327cb00fff4056aa1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoChange barometer target log file 27/30127/1
Morgan Richomme [Thu, 9 Mar 2017 07:41:12 +0000 (08:41 +0100)]
Change barometer target log file

Change-Id: Id903683b12366c5a2f486c8b7d7ce6977d4448e0
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Exclude SNAPS smoke for lxd scenario"
Morgan Richomme [Thu, 9 Mar 2017 07:21:27 +0000 (07:21 +0000)]
Merge "Exclude SNAPS smoke for lxd scenario"

7 years agoInstall kingbird verifier extension for tempest 61/30061/3
Juha Kosonen [Wed, 8 Mar 2017 13:39:49 +0000 (15:39 +0200)]
Install kingbird verifier extension for tempest

JIRA: FUNCTEST-742

Change-Id: I5de8ed22932250c542751e38eae3185c4a263cd0
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
7 years agoImprove error log into vnf test step 79/30079/1
boucherv [Wed, 8 Mar 2017 18:40:09 +0000 (19:40 +0100)]
Improve error log into vnf test step

Change-Id: Ied92224bc80ab4e02611e7b1f4bf33f276914e89
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoAarch64 adaption in functest for snaps smoke 87/29987/2
Cristina Pauna [Tue, 7 Mar 2017 17:48:34 +0000 (19:48 +0200)]
Aarch64 adaption in functest for snaps smoke

This commit sends the aarch64 custom config to the snaps integration
tests. Since these are the same as the snaps healthcheck, no additional
values were added to config_aarch64_patch.yaml

Change-Id: I5f2302a3c65d47ec8fca661888268489e2c6ba35
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
7 years agoAdding Labels 39/29939/2
ShubhamRathi [Tue, 7 Mar 2017 11:41:03 +0000 (17:11 +0530)]
Adding Labels

Labels serve as anchors/ refs when referenced from other documents
This patch adds labels to docs/*/*/index.rst

Change-Id: Iaa339f0f8b2efbde286b173ae6cf7e92cddab115
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoExclude SNAPS smoke for lxd scenario 63/30063/1
Morgan Richomme [Wed, 8 Mar 2017 13:43:09 +0000 (14:43 +0100)]
Exclude SNAPS smoke for lxd scenario

SNAPS healthcheck is already excluded due to the
use of QCOW2 images, not compatible with lxd
scenarios

2 JIRAs have been cretaed to adapt the SNAPS cases
to lxd in Euphrates
https://jira.opnfv.org/browse/FUNCTEST-752
https://jira.opnfv.org/browse/FUNCTEST-753

Additionnal cleaning done on testcases.yaml
- remove juju_epc case (no one from OAI available
for Danube)
- remove orchestra (as standalone test case of the
MANO stack, postponed to Euphrates)
- comment aaa (empty sample used to illustrate
the VNF abstraction but not completed for Danube)

Change-Id: Ibad6cad4c92ee9897b6665b29c09b62cb1986aae
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoAdded support for scenario-based flavor creation. 77/29877/5
spisarski [Mon, 6 Mar 2017 19:58:34 +0000 (12:58 -0700)]
Added support for scenario-based flavor creation.

As certain scenarios such as, DPDK, FDIO, and OVS use cases
require special 'hw:' settings to flavors, SNAPS-OO has just
implemented the ability to take in these configuration values
to apply to its integration tests. This change checks the
scenario and should be configuring the flavor metadata accordingly.

Also see SNAPS-38

Used this as an opportunity to refactor the SNAPS test classes as well...

JIRA: FUNCTEST-746

Change-Id: I63535776acde088a7461f602966a324b6207592d
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoModification of repo path for vrouter 13/29913/4
h-hayashi [Tue, 7 Mar 2017 10:10:50 +0000 (19:10 +0900)]
Modification of repo path for vrouter

JIRA: FUNCTEST-750

 1.Modification of repo path for vrouter in config_functest.yaml

Change-Id: I798e27df9667c3dea55dddba51c53f6ac0d13381
Signed-off-by: Hideyasu Hayashi <hideyasu.hayashi@okinawaopenlabs.org>
7 years agoBugfix: modify test_prepare_env to make verify job successful 03/30003/4
Linda Wang [Wed, 8 Mar 2017 02:31:57 +0000 (02:31 +0000)]
Bugfix: modify test_prepare_env to make verify job successful

Functest verify job failed due to that test_prepare_env.py mistook one
function of ft_utils.execute_command_raise.

Change-Id: Ib3b8ca807308bf5c6d250e7debb4c9e1e106e3d1
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoMerge "delete ft_constants and file functest_constants.py"
Morgan Richomme [Tue, 7 Mar 2017 14:30:03 +0000 (14:30 +0000)]
Merge "delete ft_constants and file functest_constants.py"

7 years agoMerge "Bugfix: make security_scan authorized"
Morgan Richomme [Tue, 7 Mar 2017 14:28:00 +0000 (14:28 +0000)]
Merge "Bugfix: make security_scan authorized"

7 years agoMerge "Aarch64 adaption in functest for snaps healthcheck"
Morgan Richomme [Tue, 7 Mar 2017 12:57:48 +0000 (12:57 +0000)]
Merge "Aarch64 adaption in functest for snaps healthcheck"

7 years agodelete ft_constants and file functest_constants.py 97/29597/7
SerenaFeng [Thu, 2 Mar 2017 02:48:58 +0000 (10:48 +0800)]
delete ft_constants and file functest_constants.py

delete no longer used ft_constants in run_test.py
substitute ft_constants with CONST in foundation.py and remove useless
str()
finally delete not-used file functest_constants.py

Change-Id: I109a5409e501b610f41aae7d75c55ca745a3d4c1
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Added Unit Tests for ci/prepare_env"
Morgan Richomme [Mon, 6 Mar 2017 20:23:27 +0000 (20:23 +0000)]
Merge "Added Unit Tests for ci/prepare_env"

7 years agoAarch64 adaption in functest for snaps healthcheck 51/29851/5
Cristina Pauna [Thu, 2 Mar 2017 14:54:26 +0000 (14:54 +0000)]
Aarch64 adaption in functest for snaps healthcheck

This commit is half of the fix for adapting the snaps healthcheck
to run on an aarch64 POD. The fix consists in reading the custom
parameters and passing them to the snaps test

The snaps part that uses this info is
https://gerrit.opnfv.org/gerrit/29853

JIRA: ARMBAND-222

Change-Id: I2027f2ef3afe0caddef781771f2190fc173aff8c
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
7 years agoUpdate tempest to the latest 15.0.0 63/29863/1
Michael Polenchuk [Mon, 6 Mar 2017 16:17:36 +0000 (20:17 +0400)]
Update tempest to the latest 15.0.0

Change-Id: I2bf68a31e581b2a80785f1b13380a28d5bf84d80
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years ago[cloudify_ims] New requirement for ims testing 41/29841/1
boucherv [Mon, 6 Mar 2017 09:27:46 +0000 (10:27 +0100)]
[cloudify_ims] New requirement for ims testing

Change-Id: If7b656007ae0c8aa47fb12b10c49517fc0044750
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoMerge "Integration of orchestra project"
Morgan Richomme [Fri, 3 Mar 2017 16:48:58 +0000 (16:48 +0000)]
Merge "Integration of orchestra project"

7 years agoAdd extra check to avoid double delete of instances 65/29665/5
Ciprian Barbu [Thu, 2 Mar 2017 17:27:24 +0000 (19:27 +0200)]
Add extra check to avoid double delete of instances

JIRA: FUNCTEST-748

Sometimes Openstack doesn't handle deletion in a timely manner which can lead
to openstack_clean to think there are leftovers from a previous test when in
fact the instances are pending deletion. This patch tries to better handle
this kind of situation that would otherwise result in a double free and
eventually <class 'nova.exception.InstanceInvalidState'> (HTTP 500)

Change-Id: Id0d9b61d8380e9b12fc7acd46cd84260714f4baf
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
7 years agoBugfix: make security_scan authorized 03/29703/2
Linda Wang [Fri, 3 Mar 2017 07:19:08 +0000 (07:19 +0000)]
Bugfix: make security_scan authorized

JIRA: FUNCTEST-732

"OS_AUTH_URL" in the file "stackrc" in undercloud is needed when
trying to obtain controller and compute nodes of openstack.
Thus, when running the security_scan.py, source stackrc is needed.
This patch will make security_scan work in CI until the patch in
securityscanning repo is merged:
https://gerrit.opnfv.org/gerrit/#/c/29705/

Change-Id: I379c3a71522973887d1ea698ab1df761354e6c36
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoMerge "Use python setup.py develop to install repos"
Morgan Richomme [Fri, 3 Mar 2017 07:26:10 +0000 (07:26 +0000)]
Merge "Use python setup.py develop to install repos"

7 years agoMerge "Remove exec_test.sh"
Jose Lausuch [Thu, 2 Mar 2017 14:42:50 +0000 (14:42 +0000)]
Merge "Remove exec_test.sh"

7 years agofix KeyError: 'clean_flag' 31/29631/1
Ryota MIBU [Thu, 2 Mar 2017 10:57:18 +0000 (10:57 +0000)]
fix KeyError: 'clean_flag'

Change-Id: I26d24ed1db0668aba4c737058c82e2d655bbf818
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
7 years agoMerge "Add clean_flag to test cases"
Jose Lausuch [Thu, 2 Mar 2017 09:03:13 +0000 (09:03 +0000)]
Merge "Add clean_flag to test cases"

7 years agounify TestAPI naming 01/29601/1
SerenaFeng [Thu, 2 Mar 2017 03:06:55 +0000 (11:06 +0800)]
unify TestAPI naming

TestAPI naming in documents is quite arbitrary, test api/testapi/Test
API/testApi/TestApi..., this patch aims to give it a formal name TestAPI

Change-Id: I9ea91418814352d3176df3f35598b6c5929b1dae
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoIntegration of orchestra project 91/29591/1
Michael Pauls [Thu, 2 Mar 2017 01:47:32 +0000 (02:47 +0100)]
Integration of orchestra project

JIRA: FUNCTEST-726

Change-Id: If53e11136ccfacad9e9827e1c0397304acfdd7b2
Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
7 years agoRemove exec_test.sh 31/29431/3
jose.lausuch [Mon, 27 Feb 2017 11:41:39 +0000 (12:41 +0100)]
Remove exec_test.sh

After the patch https://gerrit.opnfv.org/gerrit/#/c/29403/
all the test cases in functest have been adapted to the
new framework using modules/classes.

This patch removes the need for having the script
exec_tests.sh which is not used any more by
the framework.

Change-Id: I7547c908d2eca60edf8c867db920c7da4f23d312
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Adopt TestcaseBase for ONOS and ONOS SFC"
Jose Lausuch [Wed, 1 Mar 2017 22:13:28 +0000 (22:13 +0000)]
Merge "Adopt TestcaseBase for ONOS and ONOS SFC"

7 years agoMerge "Restructure docs"
Jose Lausuch [Wed, 1 Mar 2017 13:37:13 +0000 (13:37 +0000)]
Merge "Restructure docs"

7 years agoAdopt TestcaseBase for ONOS and ONOS SFC 03/29403/10
helenyao [Mon, 27 Feb 2017 02:27:05 +0000 (21:27 -0500)]
Adopt TestcaseBase for ONOS and ONOS SFC

1. Adopted TestcaseBase for ONOS and ONOS SFC
2. Removed the ONOS testcase from exec_test.sh

This patch is not meant to refactor the code which can
be improved in a later patch.

Change-Id: Ib8ac47742f598648c7575c9a8968477307629d42
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoUnit tests added for openstack/tempest 49/27949/8
ashishk1994 [Thu, 2 Feb 2017 21:09:31 +0000 (02:39 +0530)]
Unit tests added for openstack/tempest

_parse_verification_id method is removed
as it is not used anywhere

Change-Id: Ia2bc75ffbc2527b04cbe2428e2a3822803bde215
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoAdded Unit Tests for ci/prepare_env 63/26363/22
ashishk1994 [Wed, 21 Dec 2016 10:39:07 +0000 (16:09 +0530)]
Added Unit Tests for ci/prepare_env

JIRA: FUNCTEST-663

Change-Id: Ie240b5f24d11e3a6079cafd260d9d48ed36d3d0a
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>