Manuel Buil [Tue, 5 Jul 2016 15:14:51 +0000 (17:14 +0200)]
Add tacker-client in the functest Docker image
JIRA: FUNCTEST-354
Tacker-client is required for the SFC test cases
Change-Id: I21b1e47c890fb45899f6f83b6583b0ab032662d1
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Morgan Richomme [Wed, 6 Jul 2016 08:48:58 +0000 (08:48 +0000)]
Merge "Fix tacker client dependencies installation"
jose.lausuch [Wed, 6 Jul 2016 08:46:36 +0000 (08:46 +0000)]
Merge "Add support functions for SDNVPN test cases"
jose.lausuch [Wed, 6 Jul 2016 07:20:48 +0000 (09:20 +0200)]
Add support functions for SDNVPN test cases
JIRA: FUNCTEST-99
Get availability zones from nova client and
give the possibility to create an instance
on a specific hypervisor (availability zone)
Change-Id: Ieb2d26764c50ea4f4403818bb73a238236e03ee4
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Morgan Richomme [Wed, 6 Jul 2016 08:40:18 +0000 (10:40 +0200)]
bug fix: use PASS/FAIL for rally
Change-Id: I1f870aad5b648f24f8097028ba97d6c118402586
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 6 Jul 2016 08:35:37 +0000 (10:35 +0200)]
bug fix use FAIL/PASS as criteria for integration in automatic reporting
JIRA: FUNCTEST-355
Change-Id: I683107558b8f83e6de4244d55e6cfd93f0271db7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Mon, 4 Jul 2016 15:22:28 +0000 (17:22 +0200)]
Add copper for CI integration
JIRA: FUNCTEST-67
Change-Id: Idffa4ccae4eb51ad335a5c49876bb18731990e84
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
blsaws [Mon, 4 Jul 2016 23:21:45 +0000 (16:21 -0700)]
Move copper.py to functest repo
JIRA:COPPER-4
Fix minor flake8 issues
Fix PASS|FAIL to match requirements
Change-Id: I91d5ace36c31e4aa189422d8ec20467565e3c4d7
Signed-off-by: blsaws <bryan.sullivan@att.com>
jose.lausuch [Tue, 5 Jul 2016 18:14:50 +0000 (20:14 +0200)]
Fix tacker client dependencies installation
JIRA: FUNCTEST-354
Change-Id: Ia62fcf0a2ed8dcb80b81d786593dd9f3c6333df2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Manuel Buil [Tue, 5 Jul 2016 16:31:37 +0000 (18:31 +0200)]
Bug fix of tacker_client_install
JIRA: FUNCTEST-354
There is a library missing
Change-Id: I6e1ddef4558c49ec715ea318fedd5b4cefa62670
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Manuel Buil [Tue, 5 Jul 2016 15:48:08 +0000 (17:48 +0200)]
Add tacker installation to odl-sfc
A new directory is created and the script which installs tacker added
Change-Id: I5647bf28be6d1dc9b769aa265fe8ae9ec5c90ad2
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Morgan Richomme [Tue, 5 Jul 2016 15:21:33 +0000 (15:21 +0000)]
Merge "Fix doctor test return check"
Ryota MIBU [Tue, 5 Jul 2016 13:42:14 +0000 (22:42 +0900)]
Enable doctor test scenario in master
The doctor testing script has fixed and improved by adding timeout
function, now it can be back to enable.
Change-Id: I5b5602dc3453cdbca14fc78aa567b69b27896a5d
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Carlos Goncalves [Tue, 5 Jul 2016 12:56:41 +0000 (14:56 +0200)]
Fix doctor test return check
utils.functest_utils.execute_command returns 0 if no error
Change-Id: Iedc36b50521cf281a7b8da351cde9e1c8f9468bd
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Luke Hinds [Mon, 4 Jul 2016 18:29:34 +0000 (19:29 +0100)]
Fix incorrect path for createfiles.py and amended hiera path
JIRA: FUNCTEST-350
Change-Id: I29cdd2e6783fb659a673346d3033b1b2e7b3461b
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Morgan Richomme [Tue, 5 Jul 2016 08:33:25 +0000 (08:33 +0000)]
Merge "Add interface to run sfc functests."
Morgan Richomme [Mon, 4 Jul 2016 16:01:31 +0000 (16:01 +0000)]
Merge "Delete robotframework files hosted by ODL"
columgaynor [Wed, 29 Jun 2016 18:29:26 +0000 (21:29 +0300)]
Functest Userguide update for Colorado
Text updates to reflect the introduction of the Functest CLI for
Functest Docker container environment.
JIRA: FUNCTEST-238
Change-Id: Ifa742fb5c4a24ae94cc1e7062bcb8c0a2f49bf02
Signed-off-by: columgaynor <colum.gaynor@nokia.com>
Morgan Richomme [Mon, 4 Jul 2016 15:18:33 +0000 (15:18 +0000)]
Merge "Add example script creating an instance"
jose.lausuch [Mon, 4 Jul 2016 14:21:42 +0000 (16:21 +0200)]
Add support for Copper project
JIRA: FUNCTEST-67
Change-Id: Ibbdf588c60ba89aae32ef4bbfc09d440cb4d0933
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jose.lausuch [Mon, 4 Jul 2016 08:08:02 +0000 (10:08 +0200)]
Add example script creating an instance
This is to be used by feature projects or newcomers to functest.
SFC or BGPVPN test cases can be based on this one.
The script creates an instance and assigns a floating IP to it.
Change-Id: If35495631031187bfb5382ba8c0a8884dfaa3d7f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Depends-On: Ie10d55872bc8c5a404b0d0156ee49a9d94482008
Cédric Ollivier [Mon, 4 Jul 2016 14:04:31 +0000 (16:04 +0200)]
Delete robotframework files hosted by ODL
All the modifications done on 010__networks.robot, 020__subnets.robot
and 030__ports.robot have been backported to ODL [1]. These files can
be safely removed as both repos are now synchronized.
[1] https://git.opendaylight.org/gerrit/#/c/40948/
Change-Id: I3e027e41042a25924b9edd0034eddbd895a248fb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jose.lausuch [Fri, 1 Jul 2016 16:31:44 +0000 (18:31 +0200)]
Add openstack clients and create instance in openstack_utils
JIRA: FUNCTEST-346
Change-Id: Ie10d55872bc8c5a404b0d0156ee49a9d94482008
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
wuwb1989 [Mon, 4 Jul 2016 02:55:44 +0000 (10:55 +0800)]
Add interface to run sfc functests.
Varified only in fuel.
Prerequisite: no floating ip exists.
Change-Id: If6ef4c395992ba1544559b47c5c97f7cd5ce004c
Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
jose.lausuch [Mon, 4 Jul 2016 07:39:56 +0000 (07:39 +0000)]
Merge "Change OpenStack clean behaviour"
Morgan Richomme [Mon, 4 Jul 2016 07:32:09 +0000 (07:32 +0000)]
Merge "Remove OVNO test for Colorado"
SerenaFeng [Fri, 1 Jul 2016 15:57:11 +0000 (23:57 +0800)]
add missing symbols in Results section
add missing }/>/"/ in the description of models
JIRA: FUNCTEST-345
Change-Id: I8246b2b3350a22eccf152489b6f99b73ad701620
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
jose.lausuch [Thu, 30 Jun 2016 12:12:54 +0000 (14:12 +0200)]
Change OpenStack clean behaviour
JIRA: FUNCTEST-236
The openstack snapshot generation is now triggered before running
a test case and removed from prepare_env
Change-Id: I4d1bc95dedd7f59d4b1d5866f288e1c1a70ec69e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Jose Lausuch [Sun, 3 Jul 2016 22:26:27 +0000 (22:26 +0000)]
Merge "ONOS sfc scripts"
AntonySilvester [Mon, 27 Jun 2016 09:05:50 +0000 (14:35 +0530)]
ONOS sfc scripts
Change-Id: Id314d64cffc3e25b7c3f47e9ff158f79360417e0
Signed-off-by: AntonySilvester <antonysilvester@gmail.com>
Morgan Richomme [Fri, 1 Jul 2016 07:34:08 +0000 (09:34 +0200)]
Remove OVNO test for Colorado
JIRA: FUNCTEST-260
Change-Id: I745ac49b47ad97185868f4e7277410c609fcdbf1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Thu, 30 Jun 2016 16:10:50 +0000 (16:10 +0000)]
Merge "update Test Dashboard & API description in devguide"
SerenaFeng [Thu, 30 Jun 2016 08:44:41 +0000 (16:44 +0800)]
update Test Dashboard & API description in devguide
modify RESTFul-APIs descriptions of testAPI
modify dashboard description
JIRA: FUNCTEST-337
Change-Id: I23b32b2fadf04c339a8aec69766ddfaf9a0db6a8
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
jose.lausuch [Thu, 30 Jun 2016 09:07:50 +0000 (11:07 +0200)]
Remove old test dependency in config_functest.yaml
JIRA: FUNCTEST-342
Change-Id: I1133bb05eb03fac1cbdcf0725280aa6aad2841fb
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Morgan Richomme [Wed, 29 Jun 2016 16:16:42 +0000 (18:16 +0200)]
Suspend Doctor execution on Master for apex scenario
Change-Id: I6a0e8969484ced97a08b87e1fc48a4e53e57bb9d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 29 Jun 2016 14:25:25 +0000 (16:25 +0200)]
bug fix: use FAIL/PASS as criteria for vping_userdata and rally_sanity
Change-Id: Iadccae118bb2dc557bb590175c65022c1ed70605
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Tue, 28 Jun 2016 14:49:19 +0000 (14:49 +0000)]
Merge "Switch to ODL_SYSTEM_IP and OPENSTACK vars"
Cédric Ollivier [Tue, 28 Jun 2016 13:43:44 +0000 (15:43 +0200)]
Switch to ODL_SYSTEM_IP and OPENSTACK vars
It follows the last updates of ODL's robotframework files [1].
Useless Set Suite Variable calls are also removed.
[1] https://git.opendaylight.org/gerrit/#/c/36569/
Change-Id: I98ec20ded7978cd56e6de6b62bce04b8c6ba1e9a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
columgaynor [Wed, 15 Jun 2016 20:02:19 +0000 (23:02 +0300)]
Functest Config Guide - Text updates to reflect new CLI
Text updates to reflect the introduction of the Functest CLI for
Functest docker container environment.
Some additional tips added for operations behind http proxy
In addition directory structure change relected in text
Patch 2 : Incorporating almost all review comments from
Jose and Morgan
Patch 3 : Obliterating infernal trailing white space for good!
Patch 4 : Incorporating further comments/advice from Jose,
Morgan and Juha Haapavirta.
Patch 5 : feature selection odl --> odl_l2 | odl_l3
CI_DEBUG also send Trace texts to standard console
FUNTEST-238
Change-Id: Ic9063cff6e8db2ec457cda4c5c3e6f8b0a1c36b2
Signed-off-by: columgaynor <colum.gaynor@nokia.com>
jose.lausuch [Tue, 28 Jun 2016 09:38:10 +0000 (11:38 +0200)]
Change step 4 to step 3 in healtcheck
Change-Id: I4b506f942d7435b8d67e710f3e00a0886cdf6cd5
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
valentin boucher [Fri, 24 Jun 2016 16:49:13 +0000 (16:49 +0000)]
Merge "bug fix: duplicate start_date var with different type"
Morgan Richomme [Fri, 24 Jun 2016 08:36:01 +0000 (10:36 +0200)]
bug fix: duplicate start_date var with different type
mix between the var and its display value leads to problem when
pushing the results to the DB
Change-Id: I582785f38f35add1251b58491843b4f3f20a3ff8
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Fri, 24 Jun 2016 06:44:52 +0000 (06:44 +0000)]
Merge "Final version of testAPI presentation"
wuwb1989 [Tue, 21 Jun 2016 10:04:00 +0000 (18:04 +0800)]
modify onos tests' link to support onos 1.6
Change-Id: Ice9b19a1d569b4084921961ec0a3a9d961923521
Signed-off-by: wuwb1989 <wuwenbin2@huawei.com>
SerenaFeng [Tue, 21 Jun 2016 12:23:11 +0000 (20:23 +0800)]
Final version of testAPI presentation
JIRA: FUNCTEST-327
Change-Id: If5ece94ce7181f36b024cdac30b6fa55f2de0abc
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Tue, 21 Jun 2016 07:24:41 +0000 (07:24 +0000)]
Merge "Serena's presentation review"
Morgan Richomme [Mon, 20 Jun 2016 05:51:19 +0000 (07:51 +0200)]
Serena's presentation review
Change-Id: Iea8958a3a64d0a0f53bbbd1d43aca9d27c4d6523
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
boucherv [Mon, 20 Jun 2016 08:52:21 +0000 (10:52 +0200)]
bugfix: name format and testcase start time
Change-Id: I8929ccc69c09dc70eee92695eab1ebfa77dcf283
Signed-off-by: boucherv <valentin.boucher@orange.com>
Morgan Richomme [Mon, 20 Jun 2016 05:49:28 +0000 (05:49 +0000)]
Merge "change cloudify cli version from 3.3 to 3.3.1"
Morgan Richomme [Mon, 20 Jun 2016 05:49:12 +0000 (05:49 +0000)]
Merge "add slides for qtip"
Mark Beierl [Sun, 19 Jun 2016 14:44:24 +0000 (16:44 +0200)]
Added content for StorPerf
Change-Id: Ib46ce8fa1d0373d3eee4c59b85abc0e87fab6a79
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
Yujun Zhang [Fri, 17 Jun 2016 05:56:39 +0000 (13:56 +0800)]
add slides for qtip
Change-Id: I020a296a64ffb2b10b0772e0f971fd8732f0f2d7
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Morgan Richomme [Fri, 17 Jun 2016 16:06:24 +0000 (18:06 +0200)]
update team image
Change-Id: I9d1a62553d9fdcae1ac7f72a4b70d76b64fe22f9
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Fri, 17 Jun 2016 09:56:41 +0000 (11:56 +0200)]
Update image, add Qtip and minor formatting changes
Change-Id: I122075c94a3511ccec8c2a43f7bf0802d19b7da7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Cédric Ollivier [Fri, 17 Jun 2016 14:54:25 +0000 (16:54 +0200)]
Check resources exist before testing delete
It checks if network, subnet or port exists before calling the delete
operation. It also replaces NetID by NETID to conform robotframework
best practices.
Change-Id: Ie13f41e2b29c0a0cbfba3115dd8189a805fcf056
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
boucherv [Fri, 17 Jun 2016 13:12:55 +0000 (15:12 +0200)]
change cloudify cli version from 3.3 to 3.3.1
Change-Id: Ied464d22ba1947f359f6af9584c56908e101f1b7
Signed-off-by: boucherv <valentin.boucher@orange.com>
Morgan Richomme [Fri, 17 Jun 2016 13:00:08 +0000 (13:00 +0000)]
Merge "Align test names in DB and config file"
Morgan Richomme [Fri, 17 Jun 2016 10:06:13 +0000 (10:06 +0000)]
Merge "fix format problem"
SerenaFeng [Fri, 17 Jun 2016 09:40:11 +0000 (17:40 +0800)]
adjust testAPI presentation
JIRA: FUNCTEST-323
Change-Id: I0ae5cbfa17564fc20983c864662807ac2cd85830
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
kubi [Fri, 17 Jun 2016 08:50:56 +0000 (16:50 +0800)]
fix format problem
I need a lift indent as functest section
JIRA:-
Change-Id: Ib5965ebef84b66af58409d500d56bf23df632998
Signed-off-by: kubi <jean.gaoliang@huawei.com>
Morgan Richomme [Thu, 16 Jun 2016 13:19:56 +0000 (15:19 +0200)]
Align test names in DB and config file
JIRA: FUNCTEST-304
Change-Id: I98d3155beb1c5e49eda84b443df603c2630b4823
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jose.lausuch [Thu, 16 Jun 2016 13:16:11 +0000 (13:16 +0000)]
Merge "Remove default values if the os credentials are not set"
Jose Lausuch [Thu, 16 Jun 2016 12:46:21 +0000 (12:46 +0000)]
Merge "Fixed auth url in v2.Password"
jose.lausuch [Thu, 16 Jun 2016 12:21:00 +0000 (14:21 +0200)]
Remove default values if the os credentials are not set
If the creds are not sourced, then exit.
Change-Id: I55c9cd3a5a0885b81df4ce14502ba816546bcbaa
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Luke Hinds [Thu, 16 Jun 2016 09:57:30 +0000 (09:57 +0000)]
Fixed auth url in v2.Password
Completes "Added use of OS_AUTH_URL to security_scan and
exec_test.sh" [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/15633/
Change-Id: I756c10091c3e7fe9e7c8978e2747582bb0f4d281
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
boucherv [Thu, 16 Jun 2016 11:41:50 +0000 (13:41 +0200)]
bugfix: import module
Change-Id: I233ea8bc8df52ae9192ce4963e18f2389caa920c
Signed-off-by: boucherv <valentin.boucher@orange.com>
Luke Hinds [Wed, 15 Jun 2016 15:50:52 +0000 (16:50 +0100)]
Added use of OS_AUTH_URL to security_scan and exec_test.sh
JIRA: FUNCTEST-315
Change-Id: I1f8ac20cd93ce25548dbf47d62fc6a076d347d62
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Morgan Richomme [Wed, 15 Jun 2016 16:42:57 +0000 (16:42 +0000)]
Merge "Try/except ODL push to DB until ODL tests are refactored"
Cédric Ollivier [Wed, 15 Jun 2016 16:08:20 +0000 (18:08 +0200)]
Add documentation to conform to odlreport2db.py
It completes "Add reachability testcase for ODL" [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/15509/
Change-Id: I9273f1c636ccfc1b192a69f7af04e6a5c1731bec
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Wed, 15 Jun 2016 15:58:01 +0000 (15:58 +0000)]
Merge "Replace deprecated keywords"
Morgan Richomme [Wed, 15 Jun 2016 15:42:59 +0000 (17:42 +0200)]
Try/except ODL push to DB until ODL tests are refactored
Change-Id: I7919c69655ce43831d5269afc1d86bf2c929bb8f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Cédric Ollivier [Wed, 15 Jun 2016 15:15:28 +0000 (17:15 +0200)]
Replace deprecated keywords
It replaces get by get request, post by post request and delete by
delete request.
Change-Id: I6bfa6d8d53a1ec54416e3b8b2678e01f54bf7811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Wed, 15 Jun 2016 15:00:25 +0000 (17:00 +0200)]
format fix + KPI section update
Change-Id: I0a021b1a3d04131dc2e9635adbb7e98a63b7c668
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 15 Jun 2016 10:14:38 +0000 (12:14 +0200)]
Update css and team image
Change-Id: Ic78ee1071e477e89842d89bb99bd82cc021d9d78
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
vitikkan [Wed, 15 Jun 2016 05:14:20 +0000 (08:14 +0300)]
Lessons learned for Tempest into Berlin presentation
Change-Id: I5599e887fcdad1f70a23e3f7be16acebe7c13250
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Cédric Ollivier [Tue, 14 Jun 2016 12:53:10 +0000 (14:53 +0200)]
Remove unused librairies in robot files
Change-Id: Ifade280e02354b20869d54b15ba89838d2857640
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Tue, 14 Jun 2016 12:40:52 +0000 (12:40 +0000)]
Merge "Add yardstick section into Presentation"
Morgan Richomme [Tue, 14 Jun 2016 12:39:57 +0000 (12:39 +0000)]
Merge "Add reachability testcase for ODL"
Luke Hinds [Tue, 14 Jun 2016 10:07:38 +0000 (11:07 +0100)]
Enable security scanning
Change-Id: Ib179ee6b2fcc7cf6c9ac522fdb83755ecbb99f52
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Cédric Ollivier [Tue, 14 Jun 2016 09:17:21 +0000 (11:17 +0200)]
Add reachability testcase for ODL
It simply gets the complete lists of networks, subnets and ports.
Change-Id: I529c381996ee45f0b11f5fa24844f25c2f8f4a93
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Juha Kosonen [Tue, 14 Jun 2016 06:42:54 +0000 (06:42 +0000)]
Reduce rally run script log output
Log scenario specific tables only in debug mode.
JIRA: FUNCTEST-312
Change-Id: Iacfdfb8156b1d5e9bc0a85abc1d6a10d6cac032e
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
kubi [Tue, 14 Jun 2016 04:16:33 +0000 (12:16 +0800)]
Add yardstick section into Presentation
I add yardstick section into the Conversation with
Testing Community Presentation.
please feel free to give comments to me.
Change-Id: I42662e8fed6d258c7613b7097ddd54dedfd72141
JIRA:-
Signed-off-by: kubi <jean.gaoliang@huawei.com>
Luke Hinds [Mon, 13 Jun 2016 13:00:57 +0000 (14:00 +0100)]
SSH key key type select improvements and jump host rename
JIRA: FUNCTEST-310
Change-Id: I7adca57febfe8e6861d22de18858c6afd97b5199
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Juha Kosonen [Mon, 13 Jun 2016 13:59:29 +0000 (13:59 +0000)]
Remove unnecessary defaults from rally task file
Parameters used in test scenarios are defined and correctly set by run
script. No need to hardcode defaults in task file.
JIRA: FUNCTEST-311
Change-Id: Ic7decfc5144c40a50cd32862eb4aed263930a78e
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Morgan Richomme [Mon, 13 Jun 2016 12:55:24 +0000 (14:55 +0200)]
Fix bug: use right format for date when pushing to DB
JIRA: FUNCTEST-303
Change-Id: I53e7c8f963ef0fa248d76e0d1c5f04326a750dcc
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Juha Kosonen [Mon, 13 Jun 2016 10:35:49 +0000 (10:35 +0000)]
Remove external server references on Rally scenarios
Use url derived from OS_AUTH_URL on a scenario making http request and
checking the response. This way successful test execution does not
require internet connection nor rely on external servers functionality.
JIRA: FUNCTEST-201
Change-Id: Ic11f8f5c32d015624bdec1db07d8bb49f7b77bc8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
vitikkan [Mon, 13 Jun 2016 10:29:38 +0000 (13:29 +0300)]
Creating Glance image for Tempest suite
If not yet existing, Cirros-0.3.4 image is created before
running Tempest test suite. Source file for the image is included
into opnfv/functest Docker container.
JIRA: FUNCTEST-195
Change-Id: I980193c4207c1301ca4e3b6e850b4056e6aa0130
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Morgan Richomme [Mon, 13 Jun 2016 09:04:28 +0000 (11:04 +0200)]
Fix flake8 violations
Change-Id: I911eab6d4c0cdcfcf4d75f03e91c528d3388876c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Mon, 13 Jun 2016 07:57:34 +0000 (09:57 +0200)]
bug fix: end_time var does not exist to calculate duration
Change-Id: If73b6fbf022a837e4cb0190ab8074d18017ca57b
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Mon, 13 Jun 2016 07:26:37 +0000 (07:26 +0000)]
Merge "little changes in testapi presentation"
Morgan Richomme [Mon, 13 Jun 2016 07:25:51 +0000 (07:25 +0000)]
Merge "Update testapi presentation"
SerenaFeng [Sun, 12 Jun 2016 03:04:47 +0000 (11:04 +0800)]
little changes in testapi presentation
change testapi0.png file
rename test_criteria to criteria
change criteria description from passed/failed to PASS/FAILED
JIRA: FUNCTEST-308
Change-Id: I29c05c4068c50cfe47ab6b5e8acc3d797f2ff43a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Fri, 10 Jun 2016 06:16:07 +0000 (08:16 +0200)]
Update testapi presentation
Change-Id: Ic1fd53a7a1e7cc35259bc2af78dab791617b6185
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Luke Hinds [Thu, 9 Jun 2016 18:14:19 +0000 (19:14 +0100)]
Fixes and Docker Specific Attributes on security_scan
JIRA: FUNCTEST-306
Fixed Incorrect logging format
Added Key Download
Added Docker Specifics discovered during tests
Change-Id: I0c275c77a1eeb5911afb472bd0cb9c8020ae5879
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
jose.lausuch [Thu, 9 Jun 2016 09:26:22 +0000 (11:26 +0200)]
Fix vPing success criteria evaluation bugfix
Switching back to the odl approach. Need more discussions
to see how to evaluate the result from testcases.yaml
Change-Id: Iaa866db3010d35bd2cc427190dfe64db6b732a93
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Daniel Farrell [Wed, 8 Jun 2016 17:00:42 +0000 (13:00 -0400)]
Add CPerf slide to OPNFV Summit Berlin deck
Change-Id: Ia1d3ce3c220a405821d8fae80cb5f4ddd22c72ec
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Morgan Richomme [Wed, 8 Jun 2016 16:06:15 +0000 (16:06 +0000)]
Merge "Fixes incorrect parenthesis format & adds ft_logger import"
Luke Hinds [Wed, 8 Jun 2016 15:59:44 +0000 (16:59 +0100)]
Fixes incorrect parenthesis format & adds ft_logger import
JIRA: FUNCTEST-302
Change-Id: Id83077a1b1376f726ea8abd4a97e5b705c22f9cc
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Morgan Richomme [Wed, 8 Jun 2016 13:56:54 +0000 (15:56 +0200)]
Adapt functest testcase to APi refactoring
JIRA: FUNCTEST-303
Change-Id: Ia276d9ca6e8d62b496c3b5f81561b14b02c43fd7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 8 Jun 2016 13:56:12 +0000 (13:56 +0000)]
Merge changes I23a47424,I34393b03
* changes:
Add presentation for test API
Presentation Test community Design Summit