summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-05Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Extended the timeout for Opera" - Extended the timeout for Opera Change-Id: Ifeb4aecf66d75c9bb98d5dafdbe20be78423565e Signed-off-by: helenyao <yaohelan@huawei.com>
2017-05-05Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Add iniparse to requirements.txt" - Add iniparse to requirements.txt Package iniparse is absent for functest, while it is required by rally.py Change-Id: Ia50216cfebdc9033f6a5f4abc6338951aaa2e8ab Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-05-05Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Fixes relative path for 'ip' command Change-Id: I63606f7cc200ddbe35c6df2cbb56fa442c2bfb9b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-05Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Check open args in test_odl" - Check open args in test_odl Change-Id: I4b0060502621c7491820b9aa42d8f2f63b06a9ae Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-05Merge "Committer removal"Sofia Wallin1-1/+0
2017-05-05Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Replace project_name by case_name in result file name" - Replace project_name by case_name in result file name It avoids erasing functest.log when project_name = functest. Change-Id: Icae898abb8b51c89b79bb1124adfadab8b0b3b99 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-05Committer removalSofia1-1/+0
Removed Wenjing as committer for docs. Change-Id: I44c50dd7310bb3f76989d6325b04ebefc3449011 Signed-off-by: Sofia <sofia.wallin@ericsson.com>
2017-05-05Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/functest from branch 'master' - Add Danube 2.0 reporting status Change-Id: Icc09b824a4e7906dfab031b679ba3d0aa86ab0cd Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-05-05Update git submoduleshongbo tian1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Merge "Get results json data from database" - Get results json data from database JIRA: DOVETAIL-417 1. If report results with files, all results will be stored in local files. 2. If report to database, will get results from database and stored with file results.json Change-Id: Ic30037bd66cd37042f82b75fac2043a876e21c6f Signed-off-by: xudan <xudan16@huawei.com>
2017-05-05Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Forbid calling generate_report from cmdline" - Forbid calling generate_report from cmdline Change-Id: Ic9ea7507dc5f1f781b57c4573e971a2c8a8ca9ef Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-05Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Define loggers as class-private members" - Define loggers as class-private members This mangling ensures that all info messages printed from core packages are shown in console. It also avoids sphinx to print them. Change-Id: I07db9f33060c195bce3b48b06a6640eb6c56c2eb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-05Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Delete functest.utils.functest_logger" - Delete functest.utils.functest_logger It deletes functest.utils.functest_logger and the related unit tests. Then it modifies all functest modules to get all loggers via logging.getLogger(). __name__ is mainly used as getLogger arg as proposed by logging [1]. All loggers and handlers are now defined via functest/ci/logging.ini instead of a dict loaded by an external json file. Now only warn messages and info messages from ci and core packages are printed in console. [1] https://docs.python.org/2/library/logging.html Change-Id: Ic192855e0f9bf94825d8f7ec73549a0f3b8d44c5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-05Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - Merge "Hardcoded physnet1 changed to obtain from .yml" - Hardcoded physnet1 changed to obtain from .yml the physical network device of external network is hardcode to 'physnet1',change it to obtain from network.yml configuration file. Change-Id: Id2e45ac488619db2247e73cc3fed5706db31d9e9 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-05-05Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - Merge "Increase PACKETS_PER_BUFFER to 65536" - Increase PACKETS_PER_BUFFER to 65536 1) This mainly increase PACKETS_PER_BUFFER to 65536 to reduce the frequency of TCP client acks. 2) Also kills TCP_BUFF_SIZE and define each buffer size in a more intuitive way. 3) Free more unused memory to prevent being killed by oom-killer after enlarged PACKETS_PER_BUFFER. 4) Increase client's select() timeout to 20 secs, since we encountered timeout due to CPU busy in the same BM but with 20 VMs. Tested this PS in a 10 VM node env, and it can multicast a 2.7G file to 10 VMs in 6 minutes, while unicast needs 30+ minutes. Change-Id: Iaf862fb1f1259cc770f720ccdd95dcc281aef262 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-05-05Update git submodulesGuo Ruijing1-0/+0
* Update docs/submodules/openretriever from branch 'master' - Add k8s installation by vagrant + kubeadm Change-Id: I4d858e1d0d6779f9f78c0a74ee032ef92d8a4eb8 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-05Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "leverage executor to test_testcase.py in TestAPI" - leverage executor to test_testcase.py in TestAPI Change-Id: I8bb7459e5dee49cd120e848ac70834c8d9665a45 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-05Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "leverage executor to test_project.py in TestAPI" - leverage executor to test_project.py in TestAPI Change-Id: I2ebc86a4c395182ca783d3d36befbed2a21f512b Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-05Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "leverage executor to test_result.py in TestAPI" - leverage executor to test_result.py in TestAPI Change-Id: Ie4388a4be0cb174129ac168530559114046680ab Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-05Update git submoduleshongbo tian1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Merge "Uploading the initial draft of the first VPN test case " - Uploading the initial draft of the first VPN test case This should be considered in the danube CVP phase as an optional test area for OPNFV compliance Change-Id: I99494cf2246e1cf079b87414ef1bb34d9b26e6b3 Co-Authored-By: Tim Irnich <tim.irnich@ericsson.com> Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
2017-05-05Update git submodulesZhijiang Hu1-0/+0
* Update docs/submodules/daisy from branch 'master' - Merge "Implement the deployment script with python" - Implement the deployment script with python 1. deploy.py: control the work flow of the deployment 2. daisy_server.py: maintain the ssh connection with daisy server and execute ssh commands 3. environment.py: create/find/delete the nodes/vms, install operating system and openstack on nodes 4. libvirt_utils.py: deal with the vm templates and call virsh commands 5. utils.py: some common functions such as file/directory/bash operation Change-Id: I1caa4b0b3118665e15410e8f02bcb6473e5a530b Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-05-04Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - modified to remove dns for K8 relationship. Change-Id: Ibd4a0998dc3a6ccc344fd49f033856f045fcc7dd Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-04Merge "Adding sdnvpn for d-release"Sofia Wallin4-0/+19
2017-05-04Update git submodulesmbeierl1-0/+0
* Update docs/submodules/storperf from branch 'master' - Adding Release Notes Change-Id: I904e995fa8fb8088053a556ddaf0d243a378098f JIRA: STORPERF-111 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-05-04Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Add support for interface role mapping for odl_l3-fdio scenarios" - Add support for interface role mapping for odl_l3-fdio scenarios JIRA: APEX-445 opnfv-puppet-tripleo-pr: 24 Change-Id: Idbb855badae2f2b91202961c12931ba54be1beaa Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-04Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Enable OpenDaylight clustering mode for FDIO scenarios" - Enable OpenDaylight clustering mode for FDIO scenarios JIRA: APEX-450 Change-Id: I6d570c19ff5286b1307e38eee439116839b1d612 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-05-04Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/fuel from branch 'master' - docs: Refresh reference for Danube 2.0 Change-Id: If786099581cf8bf685cc2076c21d4c3041610bf7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-05-04Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/armband from branch 'master' - docs: Update reference for Danube 2.0 Change-Id: Id958da0d8b951b240812bdf794ecf0be79091af6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-05-04Update git submodulesagardner1-0/+0
* Update docs/submodules/releng from branch 'master' - fixed syntax errors in zte pods, change labconfig name Change-Id: I2d0e6c1199fe3ac2841923abdabd19c239b2b5f8 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - add lable for both scenarios Change-Id: I9b4cd79a40a6c0c0b057f5eb3cb2a4197f3264e7 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - removing multiple labels Change-Id: I28fe4db7598c20ca7be90bc7cd57bf0d9770847b Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-05-04Adding sdnvpn for d-releaseNikolas Hermanns4-0/+19
Change-Id: Ie22d55efae0b06938c34c04ab0a20202aa56314b Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Removing peering testcase for Apex Change-Id: Ifad3f84fcb0c5dfa07aca43d74a027e3522abb87 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-05-04Merge "Add Scenarios"Sofia Wallin1-0/+1
2017-05-04Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Update release note for Danube.2.0" - Update release note for Danube.2.0 Change-Id: I573c156e86ce92eb82179a81d8106752e6421183 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-05-04Add ScenariosShubhamRathi1-0/+1
Added os-odl_l3-fdio-ha Change-Id: I847737345cbb93127131c9e804ea46c73ee5c5dd Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-05-04Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Bugfix: Local Openstack Operation in HA test frameworks" - Bugfix: Local Openstack Operation in HA test frameworks JIRA: YARDSTICK-635 Change-Id: Ic27517714db9325e7a3b1ef623c49af61c36b2b5 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2017-05-04Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Update tempest.conf to enable tempest from external server" - Update tempest.conf to enable tempest from external server 1. The endpoint type to use for OpenStack Identity API v3 "v3_endpoint_type" is set to be "adminURL" by default, which should be updated to the env OS_ENDPOINT_TYPE with the value "publicURL" 2. Reset the identity region name to "RegionOne" 3. For keystone api v3 in Newton, 5 testcases aimming at identity admin v2 test should be omitted. JIRA: FUNCTEST-801 Change-Id: I47ae41a80de0a52d32d25c9783860955f465099c Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-05-04Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Update rally_conf.json for creating deployment" - Update rally_conf.json for creating deployment 1. The rally_conf.json is obtained via def get_credentials_for_rally(), where the parameter endpoint_type is supposed to get from the env OS_ENDPOINT_TYPE or OS_INTERFACE, just as the def get_creds_from_env_vars() in rally project [1]. [1] https://github.com/openstack/rally/blob/master/rally/cli/envutils.py JIRA: FUNCTEST-801 Change-Id: I6b6be82b9ff7f04948b47c4fca836d415fe13f8b Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-05-04Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Add the choice of interface for keystoneclient" - Add the choice of interface for keystoneclient 1. When functest is running on external host not jumpserver, keystoneclient is used to retrieve or create projects/tenants and users, which would fail to establish connection to the admin endpoint. 2. Keystoneclient will connect to the public endpoint by setting the env OS_INTERFACE to be public. 3. Remove the admin endpoint check in check_os.sh. JIRA: FUNCTEST-801 Change-Id: I324f5c8fdf61447319070a23f6b6bc6b1bbc1d48 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Merge "Stop and start quagga when reinstalling" - Stop and start quagga when reinstalling Change-Id: Iba9a5980de0cbdf9c04bdd4dad704c12abb55048 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-05-04Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Bugfix: fix HA test case tc046" - Bugfix: fix HA test case tc046 The original way to kill keystone service didn't work anymore. this patch uses killall -u to kill keystone processes. Change-Id: I553b716f17a5ab7e57630468517642a92f06dd27 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-05-04Update git submodulesJing Lu1-0/+0
* Update docs/submodules/yardstick from branch 'master' - Merge "Modify HA test cases and HA test script to support other installers" - Modify HA test cases and HA test script to support other installers JIRA: YARDSTICK-633 Change-Id: I65fd1ba11504dc61485f83c3bcc93bec4d41883b Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2017-05-04Update git submodulesNikolas Hermanns1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Uplifting docs to D-2 Change-Id: I8824d0620be1fff1786ed401c78062e96ca7df52 Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2017-05-04Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Publish framework presentation" - Publish framework presentation This is the first version prepared before merging "Switch TestCase attribute criteria to result" [1]. It will also be updated to integrate VNF classes as soon as they are ready (UT, pylint, docstrings...). [1] https://gerrit.opnfv.org/gerrit/#/c/33695/ Change-Id: I2fc8f4ae377afee70e083cd51e5725eccda15431 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-04Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge changes from topic 'remove_openstack_dir' * changes: Remove openstack directory Remove create_instance_and_ip.py - Remove openstack directory It is useles right now and won't be used in the future. Change-Id: I9aa121544051f49f7e7e794ae3b2c4a9ea516e47 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> - Remove create_instance_and_ip.py JIRA: FUNCTEST-817 Change-Id: Ib297ec656a19c9ea4e06c6f2e133ed514a1dbf35 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-05-04Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "refstack-client userguide" - refstack-client userguide JIRA: FUNCTEST-758 container setup steps are skipped, since they already included in the functest userguide documents. Change-Id: I729d4c3174b03706624a7235da24cb3043b28c2c Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-05-04Update git submodulesYu Yang (Gabriel)1-0/+0
* Update docs/submodules/bottlenecks from branch 'master' - Merge "Change PTL informatin in INFO" - Change PTL informatin in INFO Due to recent email voting results, change the PTL promotion result in INFO. Detailed information could be found below. https://lists.opnfv.org/pipermail/opnfv-tsc/2017-April/003422.html Change-Id: I5c942668cbe03e697bd0865cc8aee1980afed104 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-05-04Update git submodulesyuyang1-0/+0
* Update docs/submodules/bottlenecks from branch 'master' - Add description of environment clean-up JIRA: BOTTLENECK-165 More details of the environment clean-up for ping test case Change-Id: I4b12a219155400235ae2bcb970efb3ba237153d9 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-05-04Update git submodulesJustin chi1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - Merge "Fix vlan network can't deploy instance" - Fix vlan network can't deploy instance JIRA: COMPASS-533 Bug: When a vlan network is created and bind to a physical network, the instances launched on this network will fail to get ip address from openstack dhcp server. Solution: Set enable_isolated_metadata to True in dhcp_agent.in Change-Id: I97cf8684d1ec9beeaa30e0ffa290150046ebcab1 Signed-off-by: huangxiangyu <huangxiangyu5@huawei.com>
2017-05-04Update git submodulesMartin Klozik1-0/+0
* Update docs/submodules/vswitchperf from branch 'master' - build: Automated VPP build VSPERF makefiles were updated to automatically download and compile VPP. VPP will not be installed into the OS, but it will be executed from VSPERF's src subdirectory. Thus underlying OS is not affected by VPP build required by VSPERF. It also allows quick switch among different versions of various tools used by VSPERF. As part of this patch, VERIFY and MERGE CI jobs were updated to build VPP and test it with basic set of integration tests. JIRA: VSPERF-493 Change-Id: I958b9031c4fefc87c4c63a471d2ba1a0db1eaaa4 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Christian Trautman <ctrautma@redhat.com> Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com> Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>