functest.git
7 years agoMerge "Added unit tests for utils/openstack_utils.py"
Jose Lausuch [Thu, 12 Jan 2017 16:07:22 +0000 (16:07 +0000)]
Merge "Added unit tests for utils/openstack_utils.py"

7 years agoMerge "[Netvirt-pipeline] Exclude unwanted testcases"
Jose Lausuch [Thu, 12 Jan 2017 15:55:41 +0000 (15:55 +0000)]
Merge "[Netvirt-pipeline] Exclude unwanted testcases"

7 years ago[Netvirt-pipeline] Exclude unwanted testcases 33/26933/1
Nikolas Hermanns [Thu, 12 Jan 2017 13:34:55 +0000 (14:34 +0100)]
[Netvirt-pipeline] Exclude unwanted testcases

For Netvirt pipeline only specialist testcases shall be executed.

Change-Id: I9b658e28526e4d833442d3aac601e794566ca4be
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoBugfix: fix the wrong return code 31/26931/3
helenyao [Thu, 12 Jan 2017 11:12:04 +0000 (06:12 -0500)]
Bugfix: fix the wrong return code

The bug was introduced by patch[1]
[1] https://gerrit.opnfv.org/gerrit/#/c/24619/

Change-Id: Icf6c267aba26fcb5b129a611423dcf2200f95277
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoMerge "Bugfix: fix the wrong path in copper"
Morgan Richomme [Thu, 12 Jan 2017 08:59:32 +0000 (08:59 +0000)]
Merge "Bugfix: fix the wrong path in copper"

7 years agoMerge "Remove cmd to OpenStack, use python client"
Morgan Richomme [Thu, 12 Jan 2017 08:59:16 +0000 (08:59 +0000)]
Merge "Remove cmd to OpenStack, use python client"

7 years agoMerge "Tests added for utils."
Morgan Richomme [Thu, 12 Jan 2017 08:58:13 +0000 (08:58 +0000)]
Merge "Tests added for utils."

7 years agoMerge "[FUNCTEST] Correct right ip is used for public endpoint"
Jose Lausuch [Wed, 11 Jan 2017 13:06:56 +0000 (13:06 +0000)]
Merge "[FUNCTEST] Correct right ip is used for public endpoint"

7 years ago[FUNCTEST] Correct right ip is used for public endpoint 75/26875/1
Nikolas Hermanns [Wed, 11 Jan 2017 12:18:57 +0000 (13:18 +0100)]
[FUNCTEST] Correct right ip is used for public endpoint

At the moment it was done in a fishy way to grep for
the public ip. This commit fixes it.

Change-Id: If14488c18c67cd66e885a7376e1c50a3a28e17f7
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoMerge "Set flavor's page size to support dpdk enabled vms"
Morgan Richomme [Wed, 11 Jan 2017 10:15:48 +0000 (10:15 +0000)]
Merge "Set flavor's page size to support dpdk enabled vms"

7 years agoBugfix: fix the wrong path in copper 45/26845/1
Linda Wang [Wed, 11 Jan 2017 03:36:01 +0000 (03:36 +0000)]
Bugfix: fix the wrong path in copper

JIRA: FUNCTEST-691

Change-Id: Iad8d5aa14642b3b3bf673faf032c7f3ba9dc28d8
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoRemove cmd to OpenStack, use python client 29/26829/1
Morgan Richomme [Tue, 10 Jan 2017 15:20:01 +0000 (16:20 +0100)]
Remove cmd to OpenStack, use python client

JIRA: FUNCTEST-503

Change-Id: Ie92051ec128ad4857862e6125628dac24ce99a2a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Tackerclient added in test-requirement."
Morgan Richomme [Tue, 10 Jan 2017 07:45:47 +0000 (07:45 +0000)]
Merge "Tackerclient added in test-requirement."

7 years agoAdded unit tests for utils/openstack_utils.py 17/26717/5
ashishk1994 [Thu, 5 Jan 2017 10:26:18 +0000 (15:56 +0530)]
Added unit tests for utils/openstack_utils.py

JIRA: FUNCTEST-683

Change-Id: I0e4b27d3fab093d5f3a086df739c1fb6bc6a0939
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoTests added for utils. 47/26647/7
ashishk1994 [Mon, 2 Jan 2017 15:32:53 +0000 (21:02 +0530)]
Tests added for utils.

Tests added for:
utils/openstack_clean
utils/openstack_snapshot
utils/openstack_tacker

JIRA: FUNCTEST-683

Change-Id: I2d510e70fae73daf35c24b2935ab99bbb241f1f5
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoMerge changes from topics 'cover_parse_results', 'fix_test_show_credentials', 'remove...
Cedric Ollivier [Mon, 9 Jan 2017 08:12:35 +0000 (08:12 +0000)]
Merge changes from topics 'cover_parse_results', 'fix_test_show_credentials', 'remove_clean_results_dir', 'cover_argparse', 're.sub', 'mock_open', 'patch_filehandler'

* changes:
  Cover ODLTests.parse_results()
  Switch to assert_any_call in test_show_credentials
  Remove clean_results_dir
  Create ODLParser to parse sys.argv
  Fully cover set_robotframework_vars
  Use mock_open() to prevent stdout.txt
  Patch logging.FileHandler

7 years agoMerge "Adapt Domino to FeatureBase"
Morgan Richomme [Thu, 5 Jan 2017 11:01:30 +0000 (11:01 +0000)]
Merge "Adapt Domino to FeatureBase"

7 years agoCover ODLTests.parse_results() 21/26721/1
Cédric Ollivier [Thu, 5 Jan 2017 10:46:46 +0000 (11:46 +0100)]
Cover ODLTests.parse_results()

The ODL testcase is now fully covered by unit tests.

Change-Id: I856a40138739b148babcfa96e82da05bb83e63e1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoSwitch to assert_any_call in test_show_credentials 03/26703/1
Cédric Ollivier [Thu, 5 Jan 2017 08:00:04 +0000 (09:00 +0100)]
Switch to assert_any_call in test_show_credentials

The previous test can be false if users set OS_ env vars.

Change-Id: If517582d77aa1373bf253d7e23731e2e896d26ac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoRemove clean_results_dir 85/26685/2
Cédric Ollivier [Wed, 4 Jan 2017 15:58:10 +0000 (16:58 +0100)]
Remove clean_results_dir

clean_results_dir is now useless [1]

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

Change-Id: I7ec02798696d4cbc4930bf2d8aa9cb35ce99b7aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoCreate ODLParser to parse sys.argv 83/26683/1
Cédric Ollivier [Wed, 4 Jan 2017 15:32:08 +0000 (16:32 +0100)]
Create ODLParser to parse sys.argv

It helps covering lines about args parsing without calling main.
It also excludes 'if __name__ == .__main__.:' from coverage.
The related unit tests are added too.

Change-Id: I8e001a9d35081000977e0e546ae505f7cf2870e6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoFully cover set_robotframework_vars 67/26667/2
Cédric Ollivier [Tue, 3 Jan 2017 16:36:43 +0000 (17:36 +0100)]
Fully cover set_robotframework_vars

re.sub() is now tested.

Change-Id: I83cf69b66cd1407f5e4439d8c545338c5fb0bde7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUse mock_open() to prevent stdout.txt 61/26661/5
Cédric Ollivier [Tue, 3 Jan 2017 09:38:53 +0000 (10:38 +0100)]
Use mock_open() to prevent stdout.txt

/home/opnfv is no longer required.

Change-Id: Iefb8faf3a7d548f3ae7d4076005d7b0bb93e63e1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoPatch logging.FileHandler 57/26657/4
Cédric Ollivier [Tue, 3 Jan 2017 07:30:51 +0000 (08:30 +0100)]
Patch logging.FileHandler

It avoids creating a dummy functest.log for unit testing.

Change-Id: Ib163d5d58284822b1904444fb60b08e92ee0ab9b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoMerge "Added unit tests for utils/functest_utils.py."
Morgan Richomme [Wed, 4 Jan 2017 13:11:05 +0000 (13:11 +0000)]
Merge "Added unit tests for utils/functest_utils.py."

7 years agoAdded Unit Tests for cli. 43/26143/13
ashishk1994 [Sat, 17 Dec 2016 18:15:31 +0000 (23:45 +0530)]
Added Unit Tests for cli.

JIRA: FUNCTEST-590

Change-Id: I5e28145cae742598927e8edbe65091fedb533a4d
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoMerge "use working zmail rather than private gmail"
Morgan Richomme [Tue, 3 Jan 2017 14:56:51 +0000 (14:56 +0000)]
Merge "use working zmail rather than private gmail"

7 years agoTackerclient added in test-requirement. 49/26649/3
ashishk1994 [Mon, 2 Jan 2017 15:56:25 +0000 (21:26 +0530)]
Tackerclient added in test-requirement.

Unit tests for utils/openstack_tacker requires
Tackerclient.

Change-Id: Iff49fcc4da445a6c490dc1306506d23016de2020
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoAdded unit tests for utils/functest_utils.py. 41/26541/10
ashishk1994 [Tue, 27 Dec 2016 18:32:50 +0000 (00:02 +0530)]
Added unit tests for utils/functest_utils.py.

JIRA: FUNCTEST-683

Change-Id: I181d98847b2ca94ce84a670239b8a958bfae44cd
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoUnit tests utils added. 51/26651/1
ashishk1994 [Mon, 2 Jan 2017 16:54:20 +0000 (22:24 +0530)]
Unit tests utils added.

Change-Id: I8e6115c8869032ad6d22dc62febb9c8003bfa422
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agouse working zmail rather than private gmail 79/26579/1
SerenaFeng [Thu, 29 Dec 2016 05:48:29 +0000 (13:48 +0800)]
use working zmail rather than private gmail

Change-Id: If0eacde5ead9db27668e52ea8cb5b87f3d9be02a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Add a flag in the CLI to report results to DB"
Helen Yao [Wed, 28 Dec 2016 09:16:36 +0000 (09:16 +0000)]
Merge "Add a flag in the CLI to report results to DB"

7 years agoSet flavor's page size to support dpdk enabled vms 33/26533/1
Michael Polenchuk [Tue, 27 Dec 2016 16:51:04 +0000 (20:51 +0400)]
Set flavor's page size to support dpdk enabled vms

Set flavor's page size to ANY so libvirt driver might
try to find large pages for guest RAM (either 2Mb or 1Gb),
otherwise fallback to small pages.

JIRA: FUNCTEST-684
Change-Id: I40f415ca9487c4f20416d45462eddc769df0cb9c
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agobugfix: clean results directory error 05/26505/2
SerenaFeng [Tue, 27 Dec 2016 06:10:50 +0000 (14:10 +0800)]
bugfix: clean results directory error

change 'rm -rf /home/opnfv/functest' to 'rm -rf /home/opnfv/functest/results'
and extract the clean logic to a common method clean_results_dir

Change-Id: I8aa0b09b58d9c14e53c2d4f2bb39376239e41168
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Bugfix: fix the wrong path for security scan"
Helen Yao [Tue, 27 Dec 2016 01:12:01 +0000 (01:12 +0000)]
Merge "Bugfix: fix the wrong path for security scan"

7 years agoEnable the tenant related features 83/26483/3
helenyao [Mon, 26 Dec 2016 06:44:54 +0000 (01:44 -0500)]
Enable the tenant related features

JIRA: FUNCTEST-670

The tenant related features were enabled for OpenStack snapshot and cleanup.

Change-Id: Ie9a4012c0d29f57ed5a14139ccb5f8e29b6000dd
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoMerge "Adapt create_tenant and create_user to keystone v3"
Serena Feng [Mon, 26 Dec 2016 03:38:01 +0000 (03:38 +0000)]
Merge "Adapt create_tenant and create_user to keystone v3"

7 years agoAdapt create_tenant and create_user to keystone v3 79/26479/8
jose.lausuch [Sat, 24 Dec 2016 17:29:37 +0000 (18:29 +0100)]
Adapt create_tenant and create_user to keystone v3

JIRA: FUNCTEST-670

Change-Id: I5bb288be2dd5cee1776930ca94d1acad82f50160
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "refactor rally using new constants provider"
Serena Feng [Mon, 26 Dec 2016 02:39:24 +0000 (02:39 +0000)]
Merge "refactor rally using new constants provider"

7 years agoMerge "Fix Tempest push results to DB"
Helen Yao [Mon, 26 Dec 2016 01:21:37 +0000 (01:21 +0000)]
Merge "Fix Tempest push results to DB"

7 years agorefactor rally using new constants provider 31/26431/6
SerenaFeng [Thu, 22 Dec 2016 09:51:15 +0000 (17:51 +0800)]
refactor rally using new constants provider

JIRA: FUNCTEST-673

Change-Id: I4b542a7693aaf7dd037e0e55dee3f22dda8df27a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoAdd a flag in the CLI to report results to DB 81/26481/1
jose.lausuch [Sun, 25 Dec 2016 11:02:23 +0000 (12:02 +0100)]
Add a flag in the CLI to report results to DB

Change-Id: I155a7a8bc5457d013677f8b6e437fe27c31896ae
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoBugfix: fix the wrong path for security scan 73/26473/1
helenyao [Sat, 24 Dec 2016 07:27:02 +0000 (02:27 -0500)]
Bugfix: fix the wrong path for security scan

JIRA: FUNCTEST-679

Change-Id: I488ebbca5ea2594787cb6151cd82bf2d4a3e8118
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoMerge "refactor snaps and example using new constants provider"
Helen Yao [Sat, 24 Dec 2016 02:15:38 +0000 (02:15 +0000)]
Merge "refactor snaps and example using new constants provider"

7 years agoMerge "Updated vims to support keystone v3"
Helen Yao [Sat, 24 Dec 2016 02:12:24 +0000 (02:12 +0000)]
Merge "Updated vims to support keystone v3"

7 years agoFix Tempest push results to DB 71/26471/1
jose.lausuch [Fri, 23 Dec 2016 22:42:05 +0000 (23:42 +0100)]
Fix Tempest push results to DB

JIRA: FUNCTEST-678

Change-Id: Ia4dca2d134e91b1647694d41972d979f9b70e967
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agorefactor snaps and example using new constants provider 35/26435/3
SerenaFeng [Thu, 22 Dec 2016 12:33:23 +0000 (20:33 +0800)]
refactor snaps and example using new constants provider

JIRA: FUNCTEST-673

Change-Id: If20be3c614f729c17bf6484676de7889747a98c0
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agobugfix: get git branch failed when only 'git fetch' is provided 59/26459/2
SerenaFeng [Fri, 23 Dec 2016 06:32:52 +0000 (14:32 +0800)]
bugfix: get git branch failed when only 'git fetch' is provided

File "/usr/local/lib/python2.7/dist-packages/functest/cli/commands/cli_env.py", line 58, in show
    branch = repo.head.reference
  File "/usr/local/lib/python2.7/dist-packages/git/refs/symbolic.py", line 258, in _get_reference
    raise TypeError("%s is a detached symbolic reference as it points to %r" % (self, sha))
TypeError: HEAD is a detached symbolic reference as it points to '2632ba86dd920267455ee10154b9e2ce4695a889'

JIRA: FUNCTEST-673

Change-Id: I2306dde254710d7d0e8a3529a19e3d8fdb6e5b02
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agorefactor cli module using new constants provider 01/26401/6
SerenaFeng [Thu, 22 Dec 2016 02:53:36 +0000 (10:53 +0800)]
refactor cli module using new constants provider

JIRA: FUNCTEST-673

Change-Id: I643fb16c694a8d7df45a13237f34b19a02906881
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoRefactor domino using FeatureBase and new constants provider 05/26405/3
SerenaFeng [Thu, 22 Dec 2016 03:16:39 +0000 (11:16 +0800)]
Refactor domino using FeatureBase and new constants provider

JIRA: FUNCTEST-673

Change-Id: I153fd5ca68deffa6fd140e62f438cf6ee5404f98
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoRefactor tempest using new constants provider 09/26409/3
SerenaFeng [Thu, 22 Dec 2016 05:00:49 +0000 (13:00 +0800)]
Refactor tempest using new constants provider

JIRA: FUNCTEST-673

Change-Id: Ibc274edd6bc9e8aea9e124fae84d7dec481982ab
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoAdapt SDNVPN tests using Featurebase 73/26373/3
jose.lausuch [Wed, 21 Dec 2016 13:51:30 +0000 (14:51 +0100)]
Adapt SDNVPN tests using Featurebase

Change-Id: I8be4bb72ba1d3b7eb2ba6e1edccf61d4186e07c6
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoUpdated vims to support keystone v3 69/26369/6
Jose Lausuch [Wed, 21 Dec 2016 10:32:03 +0000 (10:32 +0000)]
Updated vims to support keystone v3

Adding the choice, into openstack_utils,
to get openstack client with environment credentials
or with a specific credentials (new user/tenant..)

JIRA: FUNCTEST-529

Change-Id: I295808311de40f37a07b5a831852876a51f276f3
Signed-off-by: boucherv <valentin.boucher@orange.com>
7 years agoRefactor test run related modules using new constants provider 51/26351/10
SerenaFeng [Wed, 21 Dec 2016 07:42:54 +0000 (15:42 +0800)]
Refactor test run related modules using new constants provider

JIRA: FUNCTEST-673

Change-Id: Ia37fb5a08c8fbc4a8acb666565ea887f9ae48b83
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "refactor vping using new constants provider"
Jose Lausuch [Wed, 21 Dec 2016 10:32:03 +0000 (10:32 +0000)]
Merge "refactor vping using new constants provider"

7 years agorefactor vping using new constants provider 35/26335/3
SerenaFeng [Wed, 21 Dec 2016 03:02:45 +0000 (11:02 +0800)]
refactor vping using new constants provider

JIRA: FUNCTEST-673

Change-Id: I56ac66662b53593257609fa87c16df52440f7458
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Add default env variables in ENV class"
Jose Lausuch [Wed, 21 Dec 2016 08:30:51 +0000 (08:30 +0000)]
Merge "Add default env variables in ENV class"

7 years agoBugfix in passing parameters to logger_debug. 07/26307/2
ashishk1994 [Tue, 20 Dec 2016 15:29:49 +0000 (20:59 +0530)]
Bugfix in passing parameters to logger_debug.

JIRA: FUNCTEST-675

Change-Id: I342d51391323dd1ffe516d8dbc13b2d543374a3e
Signed-off-by: ashishk1994 <ashishk.iiit@gmail.com>
7 years agoAdd default env variables in ENV class 05/26305/1
jose.lausuch [Tue, 20 Dec 2016 15:03:23 +0000 (16:03 +0100)]
Add default env variables in ENV class

Change-Id: Ibca9c7a533796b5a2beae4e13b626f340969a567
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoRemove backslash to meet PEP8 requirement 73/26273/5
helenyao [Tue, 20 Dec 2016 03:18:33 +0000 (22:18 -0500)]
Remove backslash to meet PEP8 requirement

JIRA: FUNCTEST-630

Change-Id: Ia02760fd98aaab59a6cf0a90a2020b76e0c92df6
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoMerge "Unified way to provide configurations and env variables(proposal 1)"
Jose Lausuch [Tue, 20 Dec 2016 11:48:16 +0000 (11:48 +0000)]
Merge "Unified way to provide configurations and env variables(proposal 1)"

7 years agoRemove old tempest implementation 95/26295/1
jose.lausuch [Tue, 20 Dec 2016 09:32:04 +0000 (10:32 +0100)]
Remove old tempest implementation

JIRA: FUNCTEST-542

Change-Id: I62151e60cd508a9f65cc6d6d6866947c3fac435e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Adapt Tempest to the new template"
Serena Feng [Tue, 20 Dec 2016 09:25:57 +0000 (09:25 +0000)]
Merge "Adapt Tempest to the new template"

7 years agoMerge "Cover ODLResultVisitor"
Serena Feng [Tue, 20 Dec 2016 09:25:31 +0000 (09:25 +0000)]
Merge "Cover ODLResultVisitor"

7 years agoAdapt Tempest to the new template 09/26109/10
jose.lausuch [Fri, 16 Dec 2016 12:52:33 +0000 (13:52 +0100)]
Adapt Tempest to the new template

JIRA: FUNCTEST-542

Change-Id: I5576ce5c1aecd67ad97999f412e8c049c20d8e94
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Install sdnvpn as a python package"
Jose Lausuch [Mon, 19 Dec 2016 15:06:17 +0000 (15:06 +0000)]
Merge "Install sdnvpn as a python package"

7 years agoMerge "Fix the issue of unexpected keyword argument 'endpoint_type'"
Jose Lausuch [Mon, 19 Dec 2016 14:50:26 +0000 (14:50 +0000)]
Merge "Fix the issue of unexpected keyword argument 'endpoint_type'"

7 years agoAllow executing several testcases with the CLI 43/26243/1
jose.lausuch [Mon, 19 Dec 2016 13:06:27 +0000 (14:06 +0100)]
Allow executing several testcases with the CLI

By naming the test cases separated by ","
The CLI will call run_tests.py for each
test case.

This is needed for example for the 3rd party CI.

Change-Id: I2fa5c68ebb292b462153853879630c0cbc5ef0a2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoBug-Fix: No module named feature.copper 11/26211/1
helenyao [Mon, 19 Dec 2016 07:06:21 +0000 (02:06 -0500)]
Bug-Fix: No module named feature.copper

JIRA: FUNCTEST-667

Fix the wrong module path for copper.
Bug is introduced by https://gerrit.opnfv.org/gerrit/#/c/24907

Change-Id: I65cb405cb477d155d4f4cdff493615ec1571f75f
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoMerge "Avoid side effects induced by functest_constants in ODL UT"
Cedric Ollivier [Sat, 17 Dec 2016 10:09:16 +0000 (10:09 +0000)]
Merge "Avoid side effects induced by functest_constants in ODL UT"

7 years agoCover ODLResultVisitor 33/26133/2
Cédric Ollivier [Sat, 17 Dec 2016 09:59:52 +0000 (10:59 +0100)]
Cover ODLResultVisitor

It adds unit tests to cover ODLResultVisitor and then increases the
coverage to 78%. It also fixes a nit in details pushed to DB.

Change-Id: Ie4c31df67b5197c4273ee835242153e74b50601d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoSet SNAPS tests as non blocking 21/26121/1
Morgan Richomme [Fri, 16 Dec 2016 16:20:57 +0000 (17:20 +0100)]
Set SNAPS tests as non blocking

to give a chance of other tests to be run in CI/master

to be reverted once SNAPS stabilized

Change-Id: Ide3a7ff267ed7ced31980b87d6482588d2cf7787
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoAvoid side effects induced by functest_constants in ODL UT 03/26103/3
Cédric Ollivier [Fri, 16 Dec 2016 09:34:01 +0000 (10:34 +0100)]
Avoid side effects induced by functest_constants in ODL UT

It partially reverts [1] (odl.py + test_odl.py).

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

Change-Id: Ie51ccf10f8ffa0a63086796f8bb722ef50567b2d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoMerge "Add check_criteria() in testcase_base"
Jose Lausuch [Fri, 16 Dec 2016 09:58:00 +0000 (09:58 +0000)]
Merge "Add check_criteria() in testcase_base"

7 years agoMerge "Convert files to Unix format."
Jose Lausuch [Fri, 16 Dec 2016 09:57:19 +0000 (09:57 +0000)]
Merge "Convert files to Unix format."

7 years agoMerge "Fix find in Dockerfile"
Jose Lausuch [Fri, 16 Dec 2016 09:56:57 +0000 (09:56 +0000)]
Merge "Fix find in Dockerfile"

7 years agoMerge "Fix file permissions"
Jose Lausuch [Fri, 16 Dec 2016 09:56:44 +0000 (09:56 +0000)]
Merge "Fix file permissions"

7 years agoMerge "Promote Helen Yao as commiter in Functest"
Jose Lausuch [Fri, 16 Dec 2016 09:41:02 +0000 (09:41 +0000)]
Merge "Promote Helen Yao as commiter in Functest"

7 years agoFix the issue of unexpected keyword argument 'endpoint_type' 61/26061/2
helenyao [Fri, 16 Dec 2016 03:49:06 +0000 (22:49 -0500)]
Fix the issue of unexpected keyword argument 'endpoint_type'

JIRA: FUNCTEST-662

Different OpenStack has different version of RC file thus the environment variables vary.
The keystoneauth1 initialization only support limited input.
This patch only feed the required input to keystoneauth1.
Moreover, the patch optimized the code by removing hardcode and improved the scalability.

Change-Id: Id6815f96a11f2918bc2c7bc1c33f38c3f5754e11
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoAdd check_criteria() in testcase_base 33/26033/2
Cédric Ollivier [Thu, 15 Dec 2016 15:54:45 +0000 (16:54 +0100)]
Add check_criteria() in testcase_base

It allows checking testcase results and then returning an error value
to CI. Now run() should return EX_OK even if criteria is FAILED.
It also fixes an issue induced by [1].

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

Change-Id: Iaa095696f9dcb87f8cc95179b4f404b092d1e23e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoConvert files to Unix format. 31/26031/2
Cédric Ollivier [Thu, 15 Dec 2016 14:14:50 +0000 (15:14 +0100)]
Convert files to Unix format.

Change-Id: I51fabb809e0f446a4dcf2108af10a3f137b177d3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoFix find in Dockerfile 29/26029/2
Cédric Ollivier [Thu, 15 Dec 2016 14:06:35 +0000 (15:06 +0100)]
Fix find in Dockerfile

Unit tests has been moved to functest/tests/unit

Change-Id: I62175f04089eb4d12213e1c48ae1a5abbb540e2e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoFix file permissions 27/26027/2
Cédric Ollivier [Thu, 15 Dec 2016 13:54:14 +0000 (14:54 +0100)]
Fix file permissions

It has been fixed by calling [1]

[1] 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: I654d9221179e60ea45d1db83157c4a9aa9497b69
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoInstall sdnvpn as a python package 23/26023/1
Romanos Skiadas [Thu, 15 Dec 2016 14:52:47 +0000 (16:52 +0200)]
Install sdnvpn as a python package

Change-Id: Ifc3a2f8184b987e0325fd6ad182b808c0d703542
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
7 years agoFix path for SFC package installation 21/26021/1
jose.lausuch [Thu, 15 Dec 2016 14:48:32 +0000 (15:48 +0100)]
Fix path for SFC package installation

Change-Id: I0a0ee6b492946255922f81043f89e11e7c70792e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoMerge "Install SFC python modules in Functest"
Jose Lausuch [Thu, 15 Dec 2016 14:20:08 +0000 (14:20 +0000)]
Merge "Install SFC python modules in Functest"

7 years agoPromote Helen Yao as commiter in Functest 17/26017/1
jose.lausuch [Thu, 15 Dec 2016 10:50:49 +0000 (11:50 +0100)]
Promote Helen Yao as commiter in Functest

Change-Id: I5d20ed6a0fa9b76728e0bb61df14bceff36bc8f2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoInstall SFC python modules in Functest 59/25959/4
jose.lausuch [Wed, 14 Dec 2016 11:08:43 +0000 (12:08 +0100)]
Install SFC python modules in Functest

This will install SFC repository locally
so that they can have whatever directory structure
without modifying the PYTHONPATH env var.

See this for more info:
https://gerrit.opnfv.org/gerrit/#/c/25861/

JIRA: SFC-60

Change-Id: If197c250da61d2ae1f4b2f90a52bf007159fd07e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoUnified way to provide configurations and env variables(proposal 1) 09/25709/2
SerenaFeng [Fri, 9 Dec 2016 08:00:45 +0000 (16:00 +0800)]
Unified way to provide configurations and env variables(proposal 1)

In this proposal, everything in os.environ can be accessed directly using const,
and with the exact name os.environ defined.

The name of a configuration is totally decided by config_functest.yaml,
which is the joint name of each level with '_'.

This version requires us to naming each level in yaml in a little cleancode way,
or else the configuration name would become ugly. Let me take the current
defination of general.directories as instance, the configuration name will be
'directories_dir_repo_functest', looks not very good. But if we make some adaption:
general:
   dir:
      repo_functest:
it will become 'dir_repo_functest', looks a little better.

For vIMs is well defined, let me take it for example, the configuration names will look like:
vIMS_clearwater_blueprint_url
vIMS_clearwater_blueprint_file_name
vIMS_clearwater_blueprint_name
vIMS_clearwater_blueprint_branch
vIMS_clearwater_blueprint_destination_folder
vIMS_clearwater_deployment-name

Change-Id: I18ec8686d9cfb2b80a370d422c6ad81a8800585c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "Switch to ODL beryllium-sr4"
Morgan Richomme [Thu, 15 Dec 2016 07:37:49 +0000 (07:37 +0000)]
Merge "Switch to ODL beryllium-sr4"

7 years agoMerge "Create internship dir in docs"
Morgan Richomme [Thu, 15 Dec 2016 07:36:55 +0000 (07:36 +0000)]
Merge "Create internship dir in docs"

7 years agoSwitch to ODL beryllium-sr4 81/25981/1
Cédric Ollivier [Wed, 14 Dec 2016 16:04:21 +0000 (17:04 +0100)]
Switch to ODL beryllium-sr4

It switches ODL_TAG to beryllium-sr4 which integrates the following
patches [1] and [2] which were part of OPNFV functest.

[1] https://git.opendaylight.org/gerrit/#/c/46910/
[2] https://git.opendaylight.org/gerrit/#/c/46749/

Change-Id: Ibc7e9eb1dc5dadff024562e6d077242688192ba9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoBug fix: precise testcase name to push results into DB 55/25955/1
Morgan Richomme [Wed, 14 Dec 2016 10:40:56 +0000 (11:40 +0100)]
Bug fix: precise testcase name to push results into DB

JIRA: FUNCTEST-659

Change-Id: Ic92ecddc5d0bb295b99f7ffc2ab957e80e7ea32f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Conform SFC test case to FeatureBase"
Morgan Richomme [Wed, 14 Dec 2016 10:30:56 +0000 (10:30 +0000)]
Merge "Conform SFC test case to FeatureBase"

7 years agoMerge "Adapt Copper to Abstraction framework"
Morgan Richomme [Wed, 14 Dec 2016 10:30:39 +0000 (10:30 +0000)]
Merge "Adapt Copper to Abstraction framework"

7 years agoAuthenticate clients with keystoneauth1.session 25/25725/12
helenyao [Thu, 8 Dec 2016 02:24:24 +0000 (21:24 -0500)]
Authenticate clients with keystoneauth1.session

JIRA: FUNCTEST-529

1. use keystoneauth1.session to initialize the client for each service
The keystoneauth1.session.Session class was introduced into keystoneauth1 as an attempt
to bring a unified interface to the various OpenStack clients that share common authentication
 and request parameters between a variety of services.

2. update ODL case to leverage session to get the endpoint info

Change-Id: Ic8c01b9b7ed86d3bdd9f5125504bc47f46a37700
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoAdapt Copper to Abstraction framework 07/24907/4
Morgan Richomme [Fri, 25 Nov 2016 17:15:50 +0000 (18:15 +0100)]
Adapt Copper to Abstraction framework

JIRA: FUNCTEST-546

Change-Id: I775a7274883127cc627197fda37ae8e9043b59e2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoAdapt Domino to FeatureBase 29/25929/3
Morgan Richomme [Wed, 14 Dec 2016 07:36:41 +0000 (08:36 +0100)]
Adapt Domino to FeatureBase

JIRA: FUNCTEST-547

Change-Id: Ib1a0c4d2e556db0fd54094eda74046c671c84a55
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoCreate internship dir in docs 03/25903/4
Morgan Richomme [Tue, 13 Dec 2016 16:27:22 +0000 (17:27 +0100)]
Create internship dir in docs

to be used for internship documentation

Change-Id: Iad0be6025344ae19fcd218ee46794f090943b32e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "rename openstack to components"
Morgan Richomme [Tue, 13 Dec 2016 21:03:51 +0000 (21:03 +0000)]
Merge "rename openstack to components"