opnfvdocs.git
7 years agoUpdate git submodules
yuyang [Tue, 2 May 2017 04:16:22 +0000 (12:16 +0800)]
Update git submodules

* 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>
7 years agoUpdate git submodules
Justin chi [Thu, 4 May 2017 06:35:39 +0000 (06:35 +0000)]
Update git submodules

* 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>
7 years agoUpdate git submodules
Martin Klozik [Fri, 21 Apr 2017 08:57:56 +0000 (09:57 +0100)]
Update git submodules

* 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>
7 years agoUpdate git submodules
hongbo tian [Thu, 4 May 2017 03:41:29 +0000 (03:41 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "Drafting the first "refstack" version of the test scope document."
  - Drafting the first "refstack" version of the test scope document.

    To be aligned with the committers and agreed as the "foundation" list of
    test scope for moving forward with DoveTail test selection.
    Requires a majority of committer approvals prior to merging.

    Change-Id: I5fb091d2190a183d24ba9e766d19aba9e6a7c094
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
7 years agoUpdate git submodules
Narinder Gupta [Thu, 4 May 2017 03:11:51 +0000 (03:11 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Merge "Fix adding cloud-archive:newton issue in Ubuntu 16.04"
  - Fix adding cloud-archive:newton issue in Ubuntu 16.04

    Change-Id: Ib8946ca47cefbabd247b98ad0dc6d4f0789e767e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
7 years agoUpdate git submodules
Jing Lu [Thu, 4 May 2017 01:24:07 +0000 (01:24 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: KeyError when using http dispatcher"
  - Bugfix: KeyError when using http dispatcher

    JIRA: YARDSTICK-632

    When we use http dispatcher to output yardstick result.
    It can upload data, but when we query the data, it get a KeyError.

    Change-Id: I5410c207c68cff2621ff8184ae17daa4c286cea5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
huangxiangyu [Wed, 3 May 2017 07:45:34 +0000 (15:45 +0800)]
Update git submodules

* Update docs/submodules/opera from branch 'master'
  - Adjust casr upload

    Try to fix csar upload 500 error

    Change-Id: Ifffc6dacb4adf215076f7374551972af692e2f5d
Signed-off-by: huangxiangyu <huangxiangyu5@huawei.com>
7 years agoUpdate git submodules
Markos Chandras [Wed, 3 May 2017 18:36:23 +0000 (19:36 +0100)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - prototypes: bifrost: Add keystone roles

    The os_client_config Ansible module used by all the ironic-* roles
    depends on the keystone roles so we need to make use of them even
    though they do not affect the end result. This fixes the following
    OPNFV CI problem due to not having a clouds.yaml file present to
    be consumed by the os_client_config Ansible module.

    fatal: [controller00]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
    An exception occurred during task execution. The full traceback is:
    Traceback (most recent call last):
      File "/tmp/ansible_ApkCUQ/ansible_module_os_client_config.py", line 75, in <module>
        main()
      File "/tmp/ansible_ApkCUQ/ansible_module_os_client_config.py", line 63, in main
        for cloud in config.get_all_clouds():
      File "/usr/lib/python2.7/site-packages/os_client_config/config.py", line 798, in get_all_clouds
        cloud, region_name=region['name']))
      File "/usr/lib/python2.7/site-packages/os_client_config/config.py", line 1071, in get_one_cloud
        auth_plugin = loader.load_from_options(**config['auth'])
      File "/usr/lib/python2.7/site-packages/keystoneauth1/loading/base.py", line 162, in load_from_options
        raise exceptions.MissingRequiredOptions(missing_required)
    keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin requires parameters which were not given: auth_url
    fatal: [opnfv]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}

    Moreover, we cleanup the ~/openstack directory which may contain some
    bifrost artifacts such as a clouds.yaml file.

    Finally, we use 'sudo -H' because for the keystone roles we need the HOME
    variable to be set properly.

    Change-Id: I45b08bd33dd8ea9505fe10eb4b2b10956b3b683c

7 years agoUpdate git submodules
spisarski [Wed, 3 May 2017 17:47:17 +0000 (11:47 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Changed image metadata to support cirros, ubuntu, and centos.

    The image metadata that was designed for multi-part form support
    did not take into account tests that require ubuntu or centos
    tests.

    JIRA: SNAPS-76

    Change-Id: I95c7b74b8f7d7b78c3842b5e716fd7b466107c9c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
hongbo tian [Wed, 3 May 2017 17:27:38 +0000 (17:27 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "local db support offline mode"
  - local db support offline mode

    JIRA: DOVETAIL-415

    The local db also need to support offline, move all the git clone/apt/yum/pip/wget/curl into the Dockerfile

    Change-Id: I2392dc9f4a6bd6f6a5a3f4849625a576c51a44f8
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
Catalina Focsa [Wed, 26 Apr 2017 14:04:30 +0000 (16:04 +0200)]
Update git submodules

* Update docs/submodules/armband from branch 'master'
  - Read or add default mtu values for each interface

    Change-Id: If3cbd4eee8121b697d2ab0603939b9a4aa188230
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
7 years agoUpdate git submodules
Alexandru Avadanii [Wed, 3 May 2017 16:45:38 +0000 (16:45 +0000)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Merge "Revert "Revert "Select the fastest mirror of repos"""
  - Revert "Revert "Select the fastest mirror of repos""

    This reverts commit 7785a18f592ecd6eeb307b7bc2f5b134e8e07221.
    https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved.

    Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793
    JIRA: FUEL-261
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Wed, 3 May 2017 15:49:53 +0000 (17:49 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Clean always and change order

    Change-Id: Ic9e0d374a4fe5278888b28fe2694c546840d55b4
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Wed, 3 May 2017 14:25:53 +0000 (16:25 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Remove dependence inet

    A new ubuntu image with quagga included was uploaded to
    artifacts.opnfv.org/sdnvpn/
    ubuntu-16.04-server-cloudimg-amd64-disk1.img

    Change-Id: I7e48ebbc2b00b7e771f43b26303acc66c2c48457
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Jing Lu [Wed, 3 May 2017 15:27:41 +0000 (15:27 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "run ha test case in compass pod"
  - run ha test case in compass pod

    JIRA: YARDSTICK-634

    Change-Id: I586d5177598efeda8ac3937d1eb04cd5b97b6ec6
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
7 years agoUpdate git submodules
Jing Lu [Wed, 3 May 2017 15:27:14 +0000 (15:27 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "fix ha issue when run tc050~tc054 in ci"
  - fix ha issue when run tc050~tc054 in ci

    JIRA: YARDSTICK-634

    Change-Id: I46681c7e8afe391eef9c5309470028167e911950
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
7 years agoUpdate git submodules
Yunhong Jiang [Tue, 2 May 2017 19:25:43 +0000 (12:25 -0700)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - Update kvm4nfv commit id

    This kvm4nfv commit includes changes for the config file which disable
    vt-d by default and has the x2apic enabled.

    Change-Id: I2e8085792fb8222dfc59d4ece0ac58ec9a16c1bd
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
7 years agoUpdate git submodules
Ross Brattain [Wed, 3 May 2017 14:33:01 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Point to user guide to get started on VNF testing"
  - Point to user guide to get started on VNF testing

    Change-Id: Id050d06deff665e6eaa97876d50e1698697e61e5
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
7 years agoUpdate git submodules
tomsou [Tue, 2 May 2017 12:25:58 +0000 (12:25 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Cleanup br-ex/br-quagga from testcase_3

    After the peering between Quagga and ODL within testcase 3
    cleanup br-ex (for fuel) or br-quagga (for apex) interfaces

    JIRA: SDNVPN-13

    Change-Id: I3e7bf91d4e47dfd7fe2a5068ed40ea4b2be48c6d
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
Steven Pisarski [Wed, 3 May 2017 14:03:04 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Refactored multi-part images."
  - Refactored multi-part images.

    The logic used for creating multi-part images for the Danube release
    was copied all throughout the tests, which was not sustainable.
    This patch encapsulates the kernel and ramdisk images within the
    same OpenStackImage object as the disk image.

    JIRA: SNAPS-59

    Change-Id: I45ec0ccc666accb4e768c41e249e6130dc07f6d1
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
mbeierl [Tue, 2 May 2017 14:42:56 +0000 (10:42 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Fix admin.rc generation
    Explicitly filters out anything that is not an environment variable.

    Change-Id: I0694649623b837d2ab4b2196abf45973d0e63168
    JIRA: STORPERF-124
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Juraj Linkeš [Wed, 3 May 2017 13:24:14 +0000 (13:24 +0000)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Merge "Reworked helper scripts and fixed typos"
  - Reworked helper scripts and fixed typos

    Added scripts for odl handling

    Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
7 years agoMerge "Corrected spelling mistake"
Sofia Wallin [Wed, 3 May 2017 12:50:51 +0000 (12:50 +0000)]
Merge "Corrected spelling mistake"

7 years agoUpdate git submodules
Feng Pan [Wed, 3 May 2017 12:46:14 +0000 (12:46 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixing BGPD service is not running"
  - Fixing BGPD service is not running

    Change-Id: Ia94a82cda8cd2c8c052bfd3454e3753b6eb54288
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoCorrected spelling mistake 29/34129/1
Sofia [Wed, 3 May 2017 12:32:01 +0000 (14:32 +0200)]
Corrected spelling mistake

Change-Id: I1ed5029809278cc07c54a3c0a68d74c25e6b25dd
Signed-off-by: Sofia <sofia.wallin@ericsson.com>
7 years agoMerge "Misc Changes"
Sofia Wallin [Wed, 3 May 2017 11:35:44 +0000 (11:35 +0000)]
Merge "Misc Changes"

7 years agoUpdate git submodules
Jose Lausuch [Wed, 3 May 2017 10:34:56 +0000 (10:34 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Update INFO file for Euphrates"
  - Update INFO file for Euphrates

    Change-Id: Iddc36c0c9d3ce897c15393479e7ccb2d2a3230c9
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 09:39:06 +0000 (09:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Support opera test in functest releng"
  - Support opera test in functest releng

    Because opera vnf test requires Open-O msb ip and the independency
    of this test case, set specific docker env vars for compass4nfv
    os-nosdn-openo-ha scenario.

    Change-Id: I486e3896dc86d29cf93818b317675c088c1c5198
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
7 years agoUpdate git submodules
xudan [Wed, 3 May 2017 08:56:39 +0000 (08:56 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Bugfix: wrong work directory

    JIRA: DOVETAIL-420

    CI wrong with:
    Archiving artifacts
    WARN: No artifacts found that match the file pattern "results/*/". Configuration error?
    WARN: ?results/*/? doesn?t match anything, but ?*/? does. Perhaps that?s what you mean?

    Change-Id: Ia548cb4e3b5e34f43c130c2860892364bffad233
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
hongbo tian [Wed, 3 May 2017 09:08:36 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "xipv6 testcase adjustment"
  - xipv6 testcase adjustment

    JIRA: DOVETAIL-418

    1) ipv6 tc002-tc005 error fix, delete wrong testcases
    2) ipv6 tc018-tc025 os-nosdn-nofeature scenario dependent, make
       it known to the users

    Change-Id: I8e63131b795403ee63566ae59bf46782524acd5a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 08:50:22 +0000 (08:50 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Trigger Functest VNF test case for opera"
  - Trigger Functest VNF test case for opera

    Change-Id: I313dc0661b41556a6b9cb4cc3ba0d79db9c16c88
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 08:48:38 +0000 (08:48 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: docker tag support"
  - dovetail: docker tag support

    JIRA: DOVETAIL-419

    since dovetal has no A/B/C/D branch, only have master,
    need docker image name sth like opnfv/dovetail:plugfest_april_2017
    rather than opnfv/dovetail:<release>.1.0, etc.
    then when RELEASE_VERSION is empty, generate opnfv/dovetail:latest
    ortherwise opnfv/dovetail:<RELEASE_VERSION>

    Change-Id: I92573bee35da16305074393401e5e5da65aaa22c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Frank Brockners [Wed, 3 May 2017 07:54:43 +0000 (00:54 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Minor documentation fix for ODL_l3 docs

    Change-Id: I21c84e20877c494523fd348be5eed23f409440c3
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Jose Lausuch [Wed, 3 May 2017 07:54:16 +0000 (07:54 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Updated basic attributes for opera testcase"
  - Updated basic attributes for opera testcase

    The original value as unknown is not reasonable.

    Change-Id: I23672ea70fff9b3badb2d2cf4f32dc3e038d7bb3
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoUpdate git submodules
xudan [Wed, 3 May 2017 06:31:20 +0000 (06:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Bugfix: Permission denied when pip install virtualenv

    JIRA: DOVETAIL-420

    Collecting virtualenv
    Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB)
    Installing collected packages: virtualenv
    Exception:
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 223, in main
    status = self.run(options, args)
    File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 308, in run
    strip_file_prefix=options.strip_file_prefix,
    File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 646, in install
    **kwargs
    File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 816, in install
    strip_file_prefix=strip_file_prefix
    File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 1013, in move_wheel_files
    strip_file_prefix=strip_file_prefix,
    File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 339, in move_wheel_files
    clobber(source, lib_dir, True)
    File "/usr/lib/python2.7/site-packages/pip/wheel.py", line 317, in clobber
    shutil.copyfile(srcfile, destfile)
    File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
    with open(dst, 'wb') as fdst:
    IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/virtualenv.py'

    Change-Id: I7c387013739252402fa3774b1a2df241a09f24c0
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Jiang, Yunhong [Wed, 3 May 2017 05:04:52 +0000 (05:04 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "[fuel-plugin]Reduce kernel debian build duration"
  - [fuel-plugin]Reduce kernel debian build duration

    This patch contains some enhancement to reduce the kernel build
    duration by making use of all processors available.

    Change-Id: Ie14f871924f5c20784f2c2e30607ab549c94125f
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
7 years agoUpdate git submodules
Rex Lee [Wed, 3 May 2017 03:51:36 +0000 (03:51 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "cachestat: use raw strings to escape \d"
  - cachestat: use raw strings to escape \d

    Change-Id: Iff40f7c938af0d7c148c708eed19095b140ccb8b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Jun Li [Wed, 3 May 2017 01:00:23 +0000 (01:00 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: create file pod.yaml for running HA test cases"
  - dovetail: create file pod.yaml for running HA test cases

    JIRA: DOVETAIL-407

    1. HA test cases need a file pod.yaml giving the info of the pod
       (node's ip, username, password/key_file).
    2. Dovetail client has finished the adaption JIRA: DOVETAIL-405.
    3. CI uses create_pod_file.py to generate /home/opnfv/dovetail/userconfig/pod.yaml
    4. If INSTALLER_TYPE is fuel, fetch it's jumpserver key to
       /home/opnfv/dovetail/userconfig/id_rsa

    Change-Id: Iaf6afbdfb8e4331ae9a10ea3df060c37e9010a0a
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Narinder Gupta [Mon, 1 May 2017 19:32:51 +0000 (14:32 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - added support for install from git repository. please modify
    default_deployment_config.yaml to install from release repo
    for ocata,master etc. Also user can define their own URL and
    more information can be obtained at jujucharms.com

    Change-Id: I4943dbf68c6d980b2a2da65417b16631df768b48
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Frank Brockners [Tue, 2 May 2017 21:03:23 +0000 (14:03 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Fixes for ODL_l3 HA scenario docs

    Change-Id: I68b48cea500e0547ca19e3ba46126da8fd69d00f
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 21:06:17 +0000 (21:06 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Remove missing statements in test_odl"
  - Remove missing statements in test_odl

    It mainly removes _fake_url_for() which is useless since get_endpoint()
    is not called for identity.

    Coverage for functest/tests/unit/odl/test_odl.py : 100%

    Change-Id: I5809c5eac4021c44113e70379621ab311187c669
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 21:05:49 +0000 (21:05 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Restrict coverage output to all functest packages"
  - Restrict coverage output to all functest packages

    The next packages/modules are not yet covered:
      - functest/cli/setup.py
      - functest/core/pytest_suite_runner.py
      - functest/opnfv_tests/mano
      - functest/opnfv_tests/openstack/examples
      - functest/opnfv_tests/openstack/snaps
      - functest/opnfv_tests/openstack/vping
      - functest/opnfv_tests/sdn/onos
      - functest/opnfv_tests/vnf/aaa
      - functest/opnfv_tests/vnf/ims
      - functest/opnfv_tests/vnf/router
      - functest/utils/openstack

    Change-Id: Id62749796864537615f0ca8b162ce77b6c1a3309
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Frank Brockners [Tue, 2 May 2017 20:54:50 +0000 (13:54 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - FDS release notes for D2.0

    Change-Id: I1d63427ac32b69816540cebc4907e44b39da5742
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Frank Brockners [Tue, 2 May 2017 20:26:40 +0000 (13:26 -0700)]
Update git submodules

* Update docs/submodules/fds from branch 'master'
  - Documentation for odl_l3-fdio-ha scenario

    Change-Id: I21468f8e64e1558640ba216e728e7e230b803f08
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
7 years agoUpdate git submodules
Feng Pan [Tue, 2 May 2017 20:38:56 +0000 (20:38 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Fixes bugs in ovs dpdk"
  - Fixes bugs in ovs dpdk

    Changes Include:
     - Fixes an issue where using non-1st nic admin network deployment would
       result in loss of network connectivity during deployment.
     - Fixes an issue where not specifying cores to pin to in performance
       options would result in an incorrect '0' value used for core mask.

    JIRA: APEX-452
    JIRA: APEX-453

    Change-Id: I413290161abd9b2fa39b659d5ff989da9554f603
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Tue, 2 May 2017 19:31:34 +0000 (19:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: enable ha for os-odl_l3-fdio"
  - Apex: enable ha for os-odl_l3-fdio

    Change-Id: If23c52437b45806526c0b38e6176ab040715a70e
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Steven Pisarski [Tue, 2 May 2017 15:58:03 +0000 (15:58 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Matching test_check_vm_ip_dhcp on ip only"
  - Matching test_check_vm_ip_dhcp on ip only

    No nee dto look for the string surrounding the ip that's being looked
    for in this test. simplifying the code to only look for the ip

    Change-Id: I80e6336c58573e5970eafe2608daf7c61e43b717
Signed-off-by: Dan Radez <dradez@redhat.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 14:29:51 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix pylint warnings in snaps"
  - Fix pylint warnings in snaps

    Pylint only warns about missing module docstrings now.

    Change-Id: I989ff800cd2628fed80a2d3510ef37ce2876cbd4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Xuan Jia [Wed, 12 Apr 2017 08:59:51 +0000 (16:59 +0800)]
Update git submodules

* Update docs/submodules/openretriever from branch 'master'
  - NGVS merges into OpenRetriever, so add new commiters to OpenRetriever

    Change-Id: Ib5c728624045ce3d212b6a8c7114d16f69472acc
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
7 years agoMisc Changes 07/34007/2
ShubhamRathi [Sat, 29 Apr 2017 10:26:27 +0000 (15:56 +0530)]
Misc Changes

1. Add sidebar akin to ODL
2. Remove redundant 'OPNFV' from all
composite document titles
3. Edit documentation-example for the
updated toolchain. Renamed this file as
'addendum.rst'. Eliminated  obsolete content.
4. Listed test projects in alphabetic order

Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
7 years agoUpdate git submodules
Christian Trautman [Mon, 1 May 2017 15:13:59 +0000 (11:13 -0400)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - pylint_error_report: Report errors generated from pylint failures

    Change the output of the pylint check script to report the errors
    generated from a non 10 pylint score.

    JIRA: VSPerf-508

    Change-Id: I6d764f4040a662385c83125322bec7e887942bc5
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 2 May 2017 11:50:20 +0000 (11:50 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "rename tempest.conf to refstack_tempest.conf"
  - rename tempest.conf to refstack_tempest.conf

    since for tempest smoke/full, etc, will also use a file named
    tempest.conf this wil cover the refstack tempest.conf,
    rename it to refstack_tempest.conf, then easily for users to
    debug to check if the configure file is correct or not.

    Change-Id: Ic2f93fb05effb1a61276cb6ba755076a0404caad
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
grkiss [Mon, 1 May 2017 22:50:20 +0000 (15:50 -0700)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Tips on update docker to right version, > 1.8

    JIRA: DOVETAIL-414

    Dovetail requires docker at version > 1.8, so add some validation in code, and also versions of client and server should match
    with each other, or there will be unpredictable errors.

    Gives a notice to user to decide whether to update the docker to the latest version(1.17)

    Change-Id: I1331f5c19943a73e8fe25f76bd21628233e556f3
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
7 years agoUpdate git submodules
Ray Paik [Mon, 24 Apr 2017 22:03:10 +0000 (00:03 +0200)]
Update git submodules

* Update docs/submodules/availability from branch 'master'
  - Added optional SPDX license header for Creative Commons plus rephrased "proposal"

    Change-Id: I3f3cfc82af5c93ad959dc41305d9341072b67ac3
Signed-off-by: Ray Paik <rpaik@linuxfoundation.org>
7 years agoUpdate git submodules
Yujun Zhang [Sun, 30 Apr 2017 01:00:37 +0000 (09:00 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Copy integration test scripts from releng/jjb/qtip

    - it is better to manage these builder scripts in project instead of releng
    - releng shall keep only the job scheduler and publisher

    Change-Id: Idf8685427d8d24b1da83f31afdc7c640c0af2e5f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Yunhong Jiang [Fri, 28 Apr 2017 07:05:56 +0000 (00:05 -0700)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Change the kernel config for scenario test

    Disable the intel_iommu by default since the CICD platform has something
    wrong on the VT-d support

    Enable the X2APIC support, otherwwise there will be only one CPU
    available.

    Change-Id: I69206363fa61c751ad982be74db84b020a1c3748
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
7 years agoUpdate git submodules
Feng Pan [Fri, 28 Apr 2017 19:54:33 +0000 (19:54 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Migrates quagga install to build time"
  - Migrates quagga install to build time

    It is OK to have quagga installed at build time, we just want to avoid
    enabling it unless quagga is deployed.

    Change-Id: I41899d697a24976c3b169b3b8f5eef5c0df6bed4
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 28 Apr 2017 15:35:28 +0000 (15:35 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62."
  - Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62.

    Change-Id: Iee42eb2533fe8c8336113613ab578aa56abb37fb
Signed-off-by: davidjchou <david.j.chou@intel.com>
7 years agoUpdate git submodules
narindergupta [Fri, 28 Apr 2017 10:04:55 +0000 (12:04 +0200)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modfiied the mac address also reimport the iamges.

    Change-Id: I362481f7456ac6b93d5f11ac2ea62f8fe5330e99
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
narindergupta [Fri, 28 Apr 2017 09:29:24 +0000 (11:29 +0200)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to correct the error ID failed in case of error.

    Change-Id: I669aeccd0ceef758fa9eee87d46426bd6a78230b
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 28 Apr 2017 08:20:41 +0000 (08:20 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Update VPP/ODL versions for FDIO scenarios"
  - Update VPP/ODL versions for FDIO scenarios

    Pin the same set of FDIO and OpenDaylight versions for all fdio
    scenarios.

    Note that fdio_netvirt-fdio still uses a customized ODL version.

    os-net-config-pr: 7
    JIRA: APEX-451

    Change-Id: Ic5ac5aeead9967fe383447e23653276cde2dfe60
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Fri, 28 Apr 2017 07:15:45 +0000 (07:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add set -o to daisy4nfv-build.sh"
  - Add set -o to daisy4nfv-build.sh

    By using set -o, this can prevent CI from uploading *.properties
    files without *.bin to artifact.opnfv.org if build was failed.

    This once happened to [1].

    [1] http://artifacts.opnfv.org/daisy/opnfv-2017-04-25_06-57-05.properties

    Change-Id: I26c3112af1d73a84df05c3852038c99d7070ab59
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
7 years agoUpdate git submodules
yuyang [Tue, 25 Apr 2017 03:17:25 +0000 (11:17 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Docs for Danube 2.0

    JIRA: BOTTLENECK-165

    Documents adapted to Danube 2.0

    Change-Id: Ic46cc0ad2f2706986b294f539bba1264ec6f8b0b
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
helenyao [Wed, 26 Apr 2017 09:10:47 +0000 (17:10 +0800)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix the instance initialization error for OnosSfc

    Change-Id: I1820bed1bbb7dbddd3923ea6439f58592595f5c8
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoUpdate git submodules
David Chou [Thu, 27 Apr 2017 18:41:38 +0000 (18:41 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "Generating a kvmfornfv rpm for Apex installer which includes the patch for the bxn driver changes"
  - Generating a kvmfornfv rpm for Apex installer which includes the patch
    for the bxn driver changes

    Upstream status: N/A

    Change-Id: I70ad3bf3c58a5affbb81a176475cda3e3f4fca7b
Signed-off-by: davidjchou <david.j.chou@intel.com>
7 years agoUpdate git submodules
xudan [Thu, 27 Apr 2017 14:16:12 +0000 (14:16 +0000)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - support HA test cases to run with key

    JIRA: DOVETAIL-409

    1. HA test cases need a file pod.yaml, in this file it can use the password or the key.
    2. If use key, Dovetail need to pass the key file $DOVETAIL_HOME/dovetail/userconfig/id_rsa
       to yardstick Container.
    3. Add a directory $DOVETAIL_HOME/dovetail/userconfig and a sample_pod.yaml
    4. ha.tc001 tc003 tc005 tc006 tc009 are ready.

    Change-Id: I391cc211dba2cf0740dd0dcaee8a5c2d712eaee1
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Fri, 7 Apr 2017 10:41:40 +0000 (06:41 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fixing zrpcd is not starting

    JIRA: APEX-437
    JIRA: APEX-448

Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
    Change-Id: I91c1b3bef83c808166072e00c751d8fac3565b5f

7 years agoUpdate git submodules
Fatih Degirmenci [Thu, 27 Apr 2017 15:23:01 +0000 (15:23 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Rename arm-pod3-2 to arm-pod4"
  - Rename arm-pod3-2 to arm-pod4

    Arm-pod3-2 is a second jenkins slave for arm-pod3.
    This slave is arm while the old jenkins slave is x86.
    Fatih requested for this slave to be renamed to arm-pod4
    instead of arm-pod3-2, even if it's a slave for an existing pod

    JIRA: ARMBAND-252

    Change-Id: I5645edd7d774f763e5e72115851c7061bfafd344
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
7 years agoUpdate git submodules
Steven Pisarski [Thu, 27 Apr 2017 14:33:09 +0000 (14:33 +0000)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Merge "Fixed test for security groups when checking for project/tenant ID"
  - Fixed test for security groups when checking for project/tenant ID

    This problem has only been observed on the WindRiver pod during the
    OPNFV Plug/Hackfest

    JIRA: SNAPS-72

    Change-Id: I59f4c10129007efe11cce7272b6690125057e266
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
agardner [Thu, 27 Apr 2017 13:57:14 +0000 (15:57 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - need to escape <, so move to include raw and shell script

    Change-Id: I7b54d303bffcbc2fefce6db135ad9efefa0e9ed3
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Jing Lu [Thu, 27 Apr 2017 13:47:27 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "bugfix: fix HA testcases"
  - bugfix: fix HA testcases

    Change-Id: Ib38e94610a108ff7195cefdfaf048e0f4fd894e8
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
agardner [Thu, 27 Apr 2017 13:10:06 +0000 (15:10 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Job is not triggering,

    did something wrong with builders

    Change-Id: I55818fa155e33362a47bd9651ea8733e301f9c0b
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
agardner [Thu, 27 Apr 2017 12:53:05 +0000 (14:53 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Check all jinja templates against all lab files

    Dont use zte files as they are not valid yaml
    (ill fix that later)

    Change-Id: I5a21edb774a64ef134dd3f49c552f33b0d13f01e
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
agardner [Thu, 27 Apr 2017 12:06:29 +0000 (14:06 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - slave reqires this build to be concurrent true

    Also trigger on changes to yaml files

    Change-Id: Idfc2a45fbf5e6e6e9583912d43af005ae2cf30a0
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Aric Gardner [Thu, 27 Apr 2017 11:47:40 +0000 (11:47 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Syntax Check for jinja2 files"
  - Syntax Check for jinja2 files

    Just something basic, theres no real logic yet

    Change-Id: I37efa8ffbe44981100d6849120d0900b8fb9280c
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoMerge "Updates on landing page"
Sofia Wallin [Thu, 27 Apr 2017 11:46:59 +0000 (11:46 +0000)]
Merge "Updates on landing page"

7 years agoUpdate git submodules
mbeierl [Wed, 26 Apr 2017 15:58:52 +0000 (11:58 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Pinning version of Swagger UI

    Changes the inclusion of Swagger UI to become a git checkout
    of a fixed version rather than following the head.

    Change-Id: I30def6d6c37a166cc37f15857a98064c760eb7c6
    JIRA: STORPERF-123
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
kong wei [Thu, 27 Apr 2017 10:43:24 +0000 (10:43 +0000)]
Update git submodules

* Update docs/submodules/escalator from branch 'master'
  - Merge "The keystoneclient.openstack.common is error path of exception. escalator should use keystoneclient.exception"
  - The keystoneclient.openstack.common is error path of exception.
    escalator should use keystoneclient.exception

    Change-Id: I63a3ad0a9eab9b47bf536cebf4c142b7df22d3c2
Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
7 years agoUpdate git submodules
Maryam Tahhan [Thu, 27 Apr 2017 10:29:16 +0000 (10:29 +0000)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Merge "mibs: Add hugepages mib to barometer."
  - mibs: Add hugepages mib to barometer.

    Add mib definition for hugepages feature to barometer for
    SNMP equivalence support.

    Change-Id: I46f33717598cb7cfe3379e26c27dcdef1fc4b594
Signed-off-by: Roman Korynkevych <romanx.korynkevych@intel.com>
7 years agoUpdate git submodules
Roman Korynkevych [Mon, 24 Apr 2017 11:52:18 +0000 (12:52 +0100)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - docs: update userguide with SNMP Agent plugin known limitations section.

    Change-Id: Ie60f23b3f67fbc0c63c07e6f91644089d09d97de
Signed-off-by: Roman Korynkevych <romanx.korynkevych@intel.com>
7 years agoUpdate git submodules
ChristopherPrice [Wed, 26 Apr 2017 13:25:55 +0000 (15:25 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Setting the document directory structure according to the Plugfest outcome.

    Implemented a directory and file structure that supports the requirements defined
    in the plugfest etherpad: https://etherpad.opnfv.org/p/cvp_tooling_sketch

    Change-Id: Icb7d2db4b0132f2039c680883e173ff5d7fc0120
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Fri, 7 Apr 2017 08:57:44 +0000 (10:57 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - remove unused tempest blacklist

    Change-Id: Ica6365f41f1d4cf46244604b2ccb889bad051680
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Thu, 6 Apr 2017 13:54:59 +0000 (15:54 +0200)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Checking if hacked quagga bridge exsists and contiune

    Change-Id: I8983ed687dabba0af2128c0ce06bd53aba22c819
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoUpdate git submodules
Georg Kunz [Wed, 26 Apr 2017 11:50:29 +0000 (13:50 +0200)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Adding a stub document for a CVP reviewer guide

    This document shall describe guidelines and evaluation criteria for
    reviewers on how to handle the review process of results.

    DOVETAIL-408

    Change-Id: I78e669544bc172b74f94443176a48082a4c28a2f
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
7 years agoUpdates on landing page 43/33943/1
Sofia [Thu, 27 Apr 2017 09:46:44 +0000 (11:46 +0200)]
Updates on landing page

Added 'Infrastructure'
Removed documentation from each subheading
Renamed 'Test' to 'Test Frameworks'

Change-Id: I1c67c47dc5e5a37037236458c5e373b1f3bf5b8f
Signed-off-by: Sofia <sofia.wallin@ericsson.com>
7 years agoUpdate git submodules
spisarski [Thu, 27 Apr 2017 09:30:10 +0000 (11:30 +0200)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fixed issue caused previous patch which did not merge correctly.

    JIRA: SNAPS-57

    Change-Id: I60e7cf2fea37fc337ac7adc01283476a00aca99c
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Morgan Richomme [Thu, 27 Apr 2017 09:31:35 +0000 (09:31 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "leverage executor to test_token/version.py in TestAPI"
  - leverage executor to test_token/version.py in TestAPI

    Change-Id: Ia1e6b0e787d477a19c78b56ff249d544b49a087b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Morgan Richomme [Thu, 27 Apr 2017 09:30:15 +0000 (09:30 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge changes from topics 'unittest_executor', 'import_absolute'

    * changes:
      impl executor and leverage to test_pod.py in TestAPI
      import from absolute path in TestAPI unit

  - impl executor and leverage to test_pod.py in TestAPI

    implement executor.py
    leverage executor to test_pod.py

    Change-Id: Ief70a28a935c86430e26f90f35112a7bab9fa81b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
  - import from absolute path in TestAPI unit

    Change-Id: Ic42db22d825229713b38c75c141af7742ca65dd3
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
spisarski [Tue, 25 Apr 2017 12:37:24 +0000 (14:37 +0200)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Fixed the Glance connection test routines.
    test_glance_connect_success gave a false positive and
    test_glance_connect_fail gave a false negative.
    Both were calling incorrect APIs due to copying from the equivalent
    nova_utils.py test.

    JIRA: SNAPS-57

    Change-Id: I1246d535f8bd376c163315dc889ff5bacebb12ec
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Rex Lee [Thu, 27 Apr 2017 08:32:02 +0000 (08:32 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: fix HA testcases"
  - Bugfix: fix HA testcases

    Change-Id: Ic930c59fcf3d7e53d385016051596b6563dca0d7
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
Jiang, Yunhong [Thu, 27 Apr 2017 08:29:25 +0000 (08:29 +0000)]
Update git submodules

* Update docs/submodules/kvmfornfv from branch 'master'
  - Merge "iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu"
  - iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu

BugLink: http://bugs.launchpad.net/bugs/1673538
    commit aaa59306b0b7e0ca4ba92cc04c5db101cbb1c096 upstream.

    Some of the macros are incorrect with wrong bit-shifts resulting in picking
    the incorrect invalidation granularity. Incorrect Source-ID in extended
    devtlb invalidation caused device side errors.

    Change the signed-off-by to special character to avoid mail spam.

    Fixes: 2f26e0a9 ("iommu/vt-d: Add basic SVM PASID support")
    S1gned 0ff by: CQ Tang <cq.tang@intel.com>
    S1gned 0ff by: Ashok Raj <ashok.raj@intel.com>
Tested-by: CQ Tang <cq.tang@intel.com>
    S1gned 0ff by: Joerg Roedel <jroedel@suse.de>
    S1gned 0ff by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    S1gned 0ff by: Tim Gardner <tim.gardner@canonical.com>
    S1gned 0ff by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

    Change-Id: I51ac0f1432e25148887c66f03bdac588931d279c
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
7 years agoUpdate git submodules
Jing Lu [Thu, 27 Apr 2017 06:04:18 +0000 (06:04 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Bugfix: yardstick env prepare cmd do not support other installer"
  - Bugfix: yardstick env prepare cmd do not support other installer

    JIRA: YARDSTICK-629

    Currently yardstick env prepare do not support other installer.
    I will add follow support:
    1. Environment variable already exists: then do not fetch openrc file
    and do not add EXTERNAL_NETWORK variable.
    2. Already have openrc file in /etc/yardstick/openstack.creds: only
    source this file in API.
    3.Environment variable not exists and openrc file not in
    /etc/yardstick/openstack.creds: fetch openrc file and append
    EXTERNAL_NETWORK variable.

    Change-Id: I4ce98f2e17ef8e0a0a1c33c3862ca301c53bb6c2
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
7 years agoUpdate git submodules
Ross Brattain [Wed, 26 Apr 2017 13:13:31 +0000 (15:13 +0200)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Bugfix: fix multi-region support

    When running with multiple regions we need to specify
    the region when we select the endpoint.

    the region is specified in the OS_REGION_NAME env variable

    Change-Id: I37853dd42f6d9013d4475b5e3b2b9f97b6bdc8d0
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
7 years agoUpdate git submodules
Yujun Zhang [Thu, 27 Apr 2017 03:28:10 +0000 (11:28 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add user guide about install from source code

    Change-Id: Ieb4bbada9cd6375f4583a7cdc4ad7d995d2b6780
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Thu, 27 Apr 2017 02:57:40 +0000 (10:57 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Allow executing benchmark under non-root user

    Change-Id: I62b242c9a2e90cc6c0c6c5ca181356690e18b59b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Tomi Juvonen [Thu, 27 Apr 2017 03:59:59 +0000 (03:59 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Change role of doctor user to _member_"
  - Change role of doctor user to _member_

    Change role of doctor user to _member_
    Do needful changes to API calls
    Add admin a role to project
    Add Fuel support

    JIRA: DOCTOR-80

    Change-Id: Ic7f88b9ceb6c4fc90e5e985ecfbc50c907b2367e
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
7 years agoUpdate git submodules
Yujun Zhang [Thu, 27 Apr 2017 01:15:40 +0000 (09:15 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Revert "Merge workspace files into one folder"

    This reverts commit e6da6749be6e5143855a48c866de2cd03789d2e8.

    Change-Id: Ieac19a1526e7a5515923b8258079af3a1faaa56b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Thu, 27 Apr 2017 01:25:34 +0000 (01:25 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix: regex node role"
  - bugfix: regex node role

    In NEC pod based with apex, node role is incorrectly regexed.

    Change-Id: I90d5eb92e6eec4abf850137f50ffc4df02257615
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
zhihui wu [Wed, 26 Apr 2017 22:14:26 +0000 (06:14 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - miss dependencies for ubuntu

    Change-Id: Id97daffbb0ce97ad4248934192f8f574deac7446
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Yujun Zhang [Wed, 26 Apr 2017 08:49:26 +0000 (16:49 +0800)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Add developer guide for framework

    Change-Id: Iff4a45847ef12320afd3e64acfe32152e6ca0595
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>