opnfvdocs.git
7 years agoUpdate git submodules
zhihui wu [Wed, 31 May 2017 00:47:59 +0000 (00:47 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "give a sample compute baseline"
  - give a sample compute baseline

    This baseline is collected from one blade of ZTE E9000.
    For now, QTIP takes it as a initial baseline.

    Change-Id: Ia60e8b1fc2bb552186136bb205779daec777541a
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 20:03:36 +0000 (15:03 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modify openstack commands to use openstack tools.

    Change-Id: I8ffebc25bc21e1c9d4c1121bbc9ea293d9d82fae
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 30 May 2017 17:59:57 +0000 (19:59 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix a typo in framework.md

    It completes [1].

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

    Change-Id: I7b12cf48d9f47665f5d6a005d3cb8d448946409d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 30 May 2017 17:32:26 +0000 (19:32 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Fix a typo in docstring

    Change-Id: Ie03004474658bd3317a9be8a6b00f5bda1133f2c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 30 May 2017 16:39:41 +0000 (16:39 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix name in setup.py"
  - Fix name in setup.py

    It fixes duplicated names between setup.py and modules/setup.py.

    We could also have considered listing releng utils as scripts in
    modules/setup.py which is mandatory if another OPNFV project needs
    them (eg Functest before [1] was merged).
    They could be required in case of functional or unit testing too.

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

    Change-Id: Ic77f4e46d6d3396f9891b73105a0eb7aa037754f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 15:02:06 +0000 (15:02 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Define create_snapshot() and clean() in TestCase"
  - Define create_snapshot() and clean() in TestCase

    They replace the former calls in run_tests which are not suitable for all
    test cases. Now any test case can define how to clean its resources.

    If the snapshot cannot be created, the test case is considered as
    failed. Only a message is printed if any failure during cleaning.

    It also defines a new class called OSGCTestCase useful for test cases
    which don't clean their OpenStack resources.
    All test cases located in opnfv_tests/openstack inherit from it to
    keep the global behavior unchanged.

    It also deletes exit instructions in openstack_clean and
    openstack_snapshot, removes clean flags in testcases.yaml and updates
    the related utils.

    All Docs are modified as well.

    JIRA: FUNCTEST-438

    Change-Id: I8938e6255708012380389763a24059ace4ce45d8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Fatih Degirmenci [Tue, 30 May 2017 14:51:06 +0000 (14:51 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[fuel] Turn off upload action & checkout"
  - [fuel] Turn off upload action & checkout

    * turn off non-existent artifacts upload
    * use latest commit in master since there is no iso/image
      for mcp based deployments yet

    Change-Id: Ib92680ef9838fc2e11d61c806dfd9728514c364e
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 14:28:58 +0000 (09:28 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - CArbon release of ODL integrated.

    Change-Id: I831448dfb43f74793141794184e7a6f9700adb7d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 14:26:11 +0000 (14:26 +0000)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Revert "modified to use latest Carbon build release."

    This reverts commit f258a7449d73f54f6bae7089d59c030cdbed780c.

    Change-Id: Ia9890a11a9ffd6fb3fb5bff53868f956342eaa0f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Umar Farooq [Tue, 30 May 2017 13:42:11 +0000 (13:42 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Fix session error with INSPECTOR_TYPE=congress

    In monitor.py, the self.session value is not defined
    in DoctorMonitorSample class. This commit fixes it.

    JIRA: DOCTOR-111

    Change-Id: Ib61caa4146d78d6fe4857299c4730f13a7ac7a27
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
7 years agoUpdate git submodules
Serena Feng [Tue, 30 May 2017 12:18:07 +0000 (12:18 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "vping&snaps_xxx support not_hugepage_supported pod"
  - vping&snaps_xxx support not_hugepage_supported pod

    if flavor_metadata is set to {'hw:mem_page_size': 'any'}, it means
    hugepage must be support by pod. but actually hugepage is not supported
    by all pods

    Change-Id: Ib0b716ecedacf7eeba2c0d0080be2707b1a87e73
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Jose Lausuch [Tue, 30 May 2017 11:24:57 +0000 (11:24 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Pin paramiko to 2.1.2"
  - Pin paramiko to 2.1.2

    Change-Id: Iea6f80cd20f422bcbd02b07b16966b8f87d81d67
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdate git submodules
zhouya [Tue, 30 May 2017 08:48:12 +0000 (16:48 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - modify deploy script to deploy 1 lb and 4computer

    Change-Id: I654a27042ff9807a502773d48df1c26d12302de7
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
7 years agoUpdate git submodules
Umar Farooq [Mon, 29 May 2017 15:18:42 +0000 (15:18 +0000)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Add Keystone missing params

    The values of OS_USER_DOMAIN_ID and OS_PROJECT_DOMAIN_ID
    are needed as auth parameters else the nova API gives
    HTTP 400 error.

    JIRA: DOCTOR-108

    Change-Id: I58b746e5216c00d2f78b0ccf899b69fe66c15848
Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:55 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Chmod 755 functest/ci/download_images.sh"
  - Chmod 755 functest/ci/download_images.sh

    It's designed to be called via Jenkins and was fixed by the next rule:

    $ find ${FUNCTEST_REPO_DIR} -name "*.sh" \
      |xargs grep \#\! |cut -d\: -f 1 |xargs chmod -c 755

    Change-Id: I186aa9c3227dbac4e80f9a463632efdb2512020e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:41 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix one email address in INFO"
  - Fix one email address in INFO

    Change-Id: I0ae2f2aaca547f47fa30dd2bf67f5e348c202ce7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:32 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Switch shebangs to /usr/bin/env python"
  - Switch shebangs to /usr/bin/env python

    It modified the shebang to /usr/bin/env which is considered as more
    flexible.

    Change-Id: I9c8cdb4243d41a83d524499cc91060d3700e008b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cedric Ollivier [Tue, 30 May 2017 07:11:22 +0000 (07:11 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Export the Pylint results via pylint.out"
  - Export the Pylint results via pylint.out

    It allows integrating Pylint with Jenkins (pylint.out can be defined
    as the "XML filename pattern" after installing the Violations plugin
    [1]).

    It's considered as fine to locally disable warnings such as docstrings
    in unit tests. No pylint rcfile is defined for only two options.

    Tox still prints the partial results in console to be interpreted by
    users. The persistent flag is removed to conform with nosetests args.

    [1] https://wiki.jenkins-ci.org/display/JENKINS/Violations

    Change-Id: I21662b27c8e4b61e65c4c3f5aab968e3e7dd6d90
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
valentin boucher [Tue, 30 May 2017 07:06:29 +0000 (07:06 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Rename framework.html to index.html"
  - Rename framework.html to index.html

    It simplifies the url of the presentation.

    Change-Id: I23c449d98d5efcbeb27802a62f607f55ec658ebf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Narinder Gupta [Tue, 30 May 2017 03:06:03 +0000 (22:06 -0500)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - modified to use latest Carbon build release.

    Change-Id: I1e037c9f76032db68d516a33007d54f02a19d883
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
SerenaFeng [Mon, 29 May 2017 11:11:42 +0000 (19:11 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - bugfix: delete extra firewalls in virtual deployment

    Change-Id: I179b5aab51958c0cd4653e65bbd74df5cfd7c53e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
Michael Polenchuk [Mon, 29 May 2017 11:26:43 +0000 (15:26 +0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [fuel] Disable iso build for master branch

    Change-Id: Id523ea140cb8fad92126f2ecb178d3b182ff022f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Mark Beierl [Mon, 29 May 2017 20:59:25 +0000 (20:59 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Adding docker tag"
  - Adding docker tag

    Adds the tag to use when running docker from the DOCKER_TAG environment
    variable.

    Change-Id: Idde85510df01f8a809049dac62872db0c8a5bf25
    JIRA: STORPERF-128
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
vijayendra Radhakrishna [Wed, 24 May 2017 10:12:57 +0000 (10:12 +0000)]
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - functest_logger changes fix

      - Recently there is removal of functest logger utils.
      - This uses the default python logging mechanism

    Change-Id: I3aba38041bbed8b1e5a3de93bc9f639253f262d8
Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>
7 years agoUpdate git submodules
Nikolas Hermanns [Mon, 29 May 2017 16:27:49 +0000 (16:27 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Merge "Fix fail of pinging a floating IP- testcase8"
  - Fix fail of pinging a floating IP- testcase8

    -Raise the upper bound for ping action

    JIRA: SDNVPN-154

    Change-Id: Ifadf58f551f706a90cc17b0b1f8d05718e4908f9
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
tomsou [Thu, 25 May 2017 12:58:33 +0000 (12:58 +0000)]
Update git submodules

* Update docs/submodules/sdnvpn from branch 'master'
  - Fix failure in router association- testcase8

    Due to some latency at the creation of the instance 8-1
    somitimes the router association between  'sdnvpn-8-1-router' and net 'sdnvpn-8-2'
    fails.

    The case could be more robust, increasing the number of ping tries from
    its current value (=1)

    JIRA: SDNVPN-102

    Change-Id: I3b9701c40f1221cfebc540d312b61bb881389762
Signed-off-by: tomsou <soth@intracom-telecom.com>
7 years agoUpdate git submodules
Yujun Zhang [Mon, 29 May 2017 14:46:18 +0000 (14:46 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add codeship badge to show pypi deployment status"
  - Add codeship badge to show pypi deployment status

    Change-Id: I638f66db2b54393813726c1a61a94d968068a72a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Cedric Ollivier [Mon, 29 May 2017 14:08:33 +0000 (14:08 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Move api out of the docs directory"
  - Move api out of the docs directory

    The docs directory can only contain static documentation.
    All generated html files should be pushed as artifacts at the end of
    functest-verify-master.

    Change-Id: I17aeab5687b9eb0c7aaf21cbc6b41e8f321c2e63
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Michael Polenchuk [Mon, 29 May 2017 09:36:25 +0000 (13:36 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Mend installation scripts

    * add/unify ssh options
    * get base image to temporary directory
    * specify os type for virt install
    * fix symbolic link to reclass
    * remove outdated fuel submodules

    Change-Id: I6833ce78c8fff97e1b89f4e92e6e6b470e9ce99f
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 23 May 2017 17:20:20 +0000 (19:20 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Rename logger to __logger in unit.py

    This mangling ensures that all info messages printed from core packages.

    Change-Id: I77ac1c80360d45ef19ed7c3fa05a894804c92216
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Cédric Ollivier [Tue, 23 May 2017 17:07:52 +0000 (19:07 +0200)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Protect against self.suite = None

    Change-Id: Ie3370ebfdd51b9aff707e50b754ca52796e49fbf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
Morgan Richomme [Mon, 29 May 2017 09:22:30 +0000 (09:22 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Re-Enable Promise testcases"
  - Re-Enable Promise testcases

    Change-Id: I438c8f5ad9a517a19b675205964a427e8b57ac44
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
7 years agoUpdate git submodules
Morgan Richomme [Mon, 29 May 2017 08:58:45 +0000 (08:58 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Fix some pylint errors in onos package"
  - Fix some pylint errors in onos package

    Directories affected:
     - functest/opnfv_tests/sdn/onos/

    JIRA: FUNCTEST-796

    Change-Id: Iffbb0e9a021d31a32d940128435a9f6ed43a504f
Signed-off-by: Linda Wang <wangwulin@huawei.com>
7 years agoUpdate git submodules
dongwenjuan [Mon, 15 May 2017 07:31:31 +0000 (15:31 +0800)]
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - use password_plugin_loader for auth

    Change-Id: Ifb650f52fed641a7146358eada571e5c4beaf3d6
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Sat, 27 May 2017 13:29:38 +0000 (09:29 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fixes blocking per node with daily, verify

    apex-verify-*: we dont need blocking on this, since it can run on any
    node, and blocking is handled at lower layer jobs

    apex-build-{stream}: needs to block if apex-verify-iso-{stream} is
    running since apex-verify-iso will use the build directory of
    apex-build-stream to get the ISO from in daily

    apex-verify-iso does not need to block other deploys

    Change-Id: Icf69d23b7aeaf73f5ebc7103db24e309ab0e949f
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Yujun Zhang [Sun, 28 May 2017 05:05:42 +0000 (05:05 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Add support for create new project from different templates"
  - Add support for create new project from different templates

    Change-Id: Ic260c59b12eb9882406d6172311f2e401963c64b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoUpdate git submodules
Tim Rozet [Sun, 28 May 2017 02:49:11 +0000 (22:49 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Adds networking-sfc package

    Until networking sfc is added by:
    https://review.openstack.org/#/c/468703/
    We need to include it in our build system.

    Change-Id: If0332d6fb9a342d46599ca4ca556b2c1c7f01272
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Zhijiang Hu [Sat, 27 May 2017 13:27:32 +0000 (13:27 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Call python script directly in preparation & post-phase"
  - Call python script directly in preparation & post-phase

    Avoid calling python though a bash in the deployment script of python.

    Change-Id: I655c7b919ea5970ff842ac03cafed11b82d03601
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Zhijiang Hu [Sat, 27 May 2017 09:56:37 +0000 (09:56 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Add network name and update gateway of ext-net of baremetal env"
  - Add network name and update gateway of ext-net of baremetal env

    The configurations in securedlab has already been updated.

    Change-Id: I663c3c8a9bac7fe8ef1a5d16018f9c848ca5427c
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Jun Li [Sat, 27 May 2017 09:28:29 +0000 (09:28 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix:  wrong results path"
  - Bugfix:  wrong results path

    JIRA: DOVETAIL-438

    Change-Id: I0fc2ec30c111ec870e5e03a008730b8e1f5c6304
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Kubi [Sat, 27 May 2017 06:22:25 +0000 (06:22 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "This is the vote for yardstick new PTL"
  - This is the vote for yardstick new PTL

    Ross Brattain who is yardstick commtter has been nominated as
    new PTL candidate before the nomination end date. As we only
    have one candidate, we will use gerrit to vote instead of civs

    all yardstick committers, please vote +2 or -2 before this friday
    the vote will be closed at that time

    Reference: https://wiki.opnfv.org/display/yardstick/Yardstick+PTL+Election

    Change-Id: I561f70051ed2593581ab909f08bd8be88c5b0e77
Signed-off-by: kubi <jean.gaoliang@huawei.com>
7 years agoUpdate git submodules
Alex Yang [Sat, 27 May 2017 05:51:38 +0000 (05:51 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Create ceph disk in bash script"
  - Create ceph disk in bash script

    Change-Id: Ib80710c784d384ebc27eb0f51fcb4384017eecca
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Alex Yang [Sat, 27 May 2017 03:55:08 +0000 (03:55 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "create data disk for each node in virtual deploy"
  - create data disk for each node in virtual deploy

    Since the roles are assigned randomly now, data disk should be created
    for every node.

    Change-Id: Idd12191033844dad58676de65df0fbc99a51cfbc
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Alex Yang [Sat, 27 May 2017 01:13:31 +0000 (09:13 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Increase the timeout to avoid possible deployment failure

    Multi-node virtual deployment takes longer than baremetal or all_in_one
    deployment. Increase the timeout to avoid possible failure.

    Change-Id: Ib6060ad34563724e9949e152fb41accb7a6528da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Jun Li [Sat, 27 May 2017 01:35:23 +0000 (01:35 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: Dovetail CI fail because of no env variable and wrong results path"
  - Bugfix: Dovetail CI fail because of no env variable and wrong results path

    JIRA: DOVETAIL-438

    Change-Id: I8e5fa8cfbbcaf1828ecd7290fbbc8a6b0a80bae2
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Mark Beierl [Fri, 26 May 2017 20:30:13 +0000 (20:30 +0000)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Merge "Removal of Edgar StPierre from Committer List"
  - Removal of Edgar StPierre from Committer List

    Change-Id: Ia79fd87e5ef15d2226457efb2bb1a21845a1fdd5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
7 years agoUpdate git submodules
Tim Rozet [Fri, 26 May 2017 18:45:34 +0000 (14:45 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: fixes downloading artifacts for rpms/iso

    We always update the latest properties file on daily builds.  We should
    be pulling that to find artifacts rather than the current date properties
    versions.

    Change-Id: I52d3b53fdd17ecb6cbb43759309568d0c22013f8
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 26 May 2017 18:12:50 +0000 (14:12 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: variablize concurrent builds per node

    only master branch supports more than 1 build per node at a time

    Change-Id: I4e4b105cda5ff4f870917abd62660c64a4b535ee
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
spisarski [Thu, 25 May 2017 14:46:40 +0000 (08:46 -0600)]
Update git submodules

* Update docs/submodules/snaps from branch 'master'
  - Updated installation documents and fixed problems found during investigation.

    The code changes are primarily required when the runtime environment is Windows.

    JIRA: SNAPS-75

    Change-Id: Ia2134861dd96e1d2c4b597f42fb348929e787a51
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
7 years agoUpdate git submodules
Michael Polenchuk [Fri, 26 May 2017 08:12:15 +0000 (12:12 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Replace reclass system models with submodule

    Change-Id: Id693f7b0f3542d605b0f71601f3bd21eb882c7ba
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Tim Rozet [Fri, 26 May 2017 12:56:45 +0000 (12:56 +0000)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Merge "Update puppet-opendaylight git repo url"
  - Update puppet-opendaylight git repo url

    puppet-opendaylight moved from github to opendaylight.org, updating
    url for git clone.

    JIRA: APEX-455

    Change-Id: I8e4a919d9c8b3dedb62c12135cc1b2741413bc34
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
Feng Pan [Tue, 16 May 2017 01:19:43 +0000 (21:19 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Remove qemu install

    qemu-ev is now included in overcloud.

    Change-Id: I0d62793d267465c99fde489b8d39c27a87a20a4c
Signed-off-by: Feng Pan <fpan@redhat.com>
7 years agoUpdate git submodules
yuyang [Fri, 26 May 2017 09:33:56 +0000 (17:33 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Bugfix: json format transform for report

    JIRA: BOTTLENECK-158

    The details part of report is not json formatted.
    This patch is to fix it.

    Change-Id: I089dae0c12e14935e4b7a5e7bdbe69f00e003f98
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
SerenaFeng [Fri, 26 May 2017 09:31:54 +0000 (17:31 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - add prepare and post process for baremental deployment

    Change-Id: I3026c4dd83cc19246c19ab568005c4c0b37ff9d9
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoUpdate git submodules
mei mei [Fri, 26 May 2017 09:25:58 +0000 (09:25 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Add auto-report to MongoDB"
  - Add auto-report to MongoDB

    JIRA: BOTTLENECK-158

    The auto-report function has been added to POSCA testsuite.
    This patch is to add report into CI pipeline.

    Change-Id: Ie91eb806ca3b5fd185e547f63f142cea2d7aaed0
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
zhihui wu [Fri, 26 May 2017 09:05:24 +0000 (09:05 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "improve the regex for matching "cpu""
  - improve the regex for matching "cpu"

    CPU brand should not include cpu speed.

    Change-Id: I6938150313fda092b83df981d3622535bdf7decb
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
Gerald Kunzmann [Wed, 24 May 2017 21:44:57 +0000 (21:44 +0000)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Update to committer list

    Change-Id: I6bdda2e29b5d14c976081c9efa809911b03d3c88
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
7 years agoUpdate git submodules
Jun Li [Fri, 26 May 2017 06:57:54 +0000 (06:57 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Bugfix: Permission denied when generate openrc file"
  - Bugfix: Permission denied when generate openrc file

    JIRA: DOVETAIL-438

    Error log:
    touch: cannot touch ‘/home/opnfv/cvp/pre_config/env_config.sh’: Permission denied
    fetch_os_creds.error: Cannot create the file specified. Check that the path
    is correct and run the script again.

    Change-Id: I46d1edacec58226bc6b5d6a88ab7b5b6cdea17f5
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Jun Li [Fri, 26 May 2017 03:16:55 +0000 (03:16 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Change the directories of results and some files to DOVETAIL_HOME"
  - Change the directories of results and some files to DOVETAIL_HOME

    JIRA: DOVETAIL-438

    Dovetail tool has moved the results dir, pod.yaml, id_rsa and env_config.sh
    from /home/opnfv/dovetail/results and /home/opnfv/dovetail/userconfig to
    $DOVETAIL_HOME. See https://gerrit.opnfv.org/gerrit/#/c/35325/

    Change-Id: Ib47b68bd380bfedd4c0d84429d3bb41914a9a150
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
xudan [Thu, 25 May 2017 08:35:18 +0000 (04:35 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Change the directories of results and some files to DOVETAIL_HOME

    JIRA: DOVETAIL-438

    1. Need an env variable DOVETAIL_HOME in env_config.sh
    2. env_config.sh, pod.yaml and id_rsa should be put in path DOVETAIL_HOME/pre_config
    3. the results will also be put in this path
    4. no need to give the path of openstack credential file while running a testsuite
    5. if running with the code, source the env_config.sh file before running
          source $DOVETAIL_HOME/env_config.sh
          dovetail run --testsuite <testsuite_name>
    6. if running with Dovetail docker image
          docker run -it --privileged=true -e DOVETAIL_HOME=<dovetail_home_path>
                 -v <dovetail_home_path>:<dovetail_home_path>
                 -v /var/run/docker.sock:/var/run/docker.sock
                 opnfv/dovetail:latest /bin/bash

    Change-Id: Ia23078f27a34e293d0075e49c673930f41069cb6
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Serena Feng [Fri, 26 May 2017 02:27:03 +0000 (02:27 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "define default parameters for daisy"
  - define default parameters for daisy

    missing default INSTALLER_IP, BRIDGE parameters for
    daisy-defaults
    daisy-baremetal-defaults
    daisy-virtual-defaults

    Change-Id: I2632e5d10c8a269c025a923c4759ff18adf311a7
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
7 years agoUpdate git submodules
Serena Feng [Fri, 26 May 2017 02:17:44 +0000 (02:17 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "update blocked jobs"
  - update blocked jobs

    issues:
    * verify jobs delete previous job's container
    * merge-build job is abnormally blocked by parent job

    requirement:
    verify jobs should block merge jobs

    Change-Id: I63b64a9b46bf16d01cb34c863db887cdb9607421
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
7 years agoUpdate git submodules
Dave Urschatz [Thu, 25 May 2017 22:21:14 +0000 (18:21 -0400)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - Updated to CENGN Skywalker addressing.

    Change-Id: Ic63f074f746506b26e495feb5cf82048a8cae3ef
Signed-off-by: Dave Urschatz <dave.urschatz@cengn.ca>
7 years agoUpdate git submodules
Tim Rozet [Thu, 25 May 2017 20:19:02 +0000 (20:19 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Apex: increase build timeout"
  - Apex: increase build timeout

    Builds can take a lot longer when running simultaneously and daily
    builds upload many rpm and srpm artifacts which takes longer.

    Change-Id: Ib8dd23e5bea1a552c10a6f5a5aa1ea158647f7d1
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Thu, 25 May 2017 20:15:50 +0000 (20:15 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Trigger cperf not functest from apex-cperf-runner"
  - Trigger cperf not functest from apex-cperf-runner

    Change-Id: I0f4325b8489edb18fb2e69ed987dd6ec7caeb3ea
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Tue, 23 May 2017 15:49:37 +0000 (11:49 -0400)]
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Fixes missing permissions on configure-vm

    Also updates dpdk package location

    Change-Id: I123c3d8593b623f45273845726870224ff9f7ca8
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
narindergupta [Thu, 25 May 2017 16:12:34 +0000 (09:12 -0700)]
Update git submodules

* Update docs/submodules/joid from branch 'master'
  - clean the vm which is defined as per the labconfig.yaml

    Change-Id: If659da0a454f05f3ed7c1e212fd7e61230741343
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
7 years agoUpdate git submodules
Jamo Luhrsen [Wed, 17 May 2017 21:12:06 +0000 (14:12 -0700)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Deploy 2 Computes if triggered by promote jobs

    Change-Id: I5431e1c86d9f56b5192880dc9e7eb6f2f0ab61ee
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdate git submodules
Christian Trautman [Thu, 25 May 2017 14:43:34 +0000 (10:43 -0400)]
Update git submodules

* Update docs/submodules/vswitchperf from branch 'master'
  - xena_cont_bug_fix: Fix duration issue

    Port duration is in microseconds. I broke this with a previous
    commit.

    Change-Id: Id2770149355f40107ab8ee0523482b5867e0e72a
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
7 years agoUpdate git submodules
Tim Rozet [Thu, 25 May 2017 14:11:25 +0000 (10:11 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Apex: temporarily disable functest smoke on verify

    Functest is having problems running and logging failures, so we need to
    temporarily disable it on verify jobs until that infra is fixed.

    Change-Id: Ib2c41bb0f3c99517c98cfe1167fdc94e2313fb4f
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
Michael Polenchuk [Wed, 24 May 2017 09:52:02 +0000 (13:52 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Bring in deployment scripts

    Change-Id: I7d2af958e447a5892f7cd1f6c6fb8616951e2ff3
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
Zhijiang Hu [Thu, 25 May 2017 11:10:14 +0000 (11:10 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Use unified vm template files in python deploy script"
  - Use unified vm template files in python deploy script

    Change-Id: I386011a35a9be3e4f1d468744a6945360bb2adb3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Alex Yang [Thu, 25 May 2017 07:02:43 +0000 (15:02 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Remove the incomplete file and re-download it

    The kolla file downloaded on the ci node may be incomplete.

    Change-Id: Id15695504bd29f31178054b5e8cc83d8612543d9
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
JingLu5 [Thu, 25 May 2017 03:58:52 +0000 (03:58 +0000)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Terminate openstack service process using kill command in HA test cases

    JIRA: YARDSTICK-659

    In some openstack environment, the service process cannot be killed by killall
    command but can be terminate by kill command.
    This patch is about to switch to use kill command in the
    fault_process_kill.bash to kill processes.

    Change-Id: Iec455ee56d3f31fb5c16de5994870d1acd33f41a
Signed-off-by: JingLu5 <lvjing5@huawei.com>
7 years agoUpdate git submodules
Michael Polenchuk [Wed, 24 May 2017 08:44:05 +0000 (12:44 +0400)]
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - [mcp] Bring in reclass system salt models

    Change-Id: I1a865b7524f3a5242544e60e6b36b1092721c58b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
7 years agoUpdate git submodules
yuyang [Thu, 25 May 2017 07:46:55 +0000 (15:46 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Bugfix: dockerfile does not support basename

    JIRA: BOTTLENECK-158

    Remove basename commond in docker-compose file

    Change-Id: If06bac1903b2b830f9e5e4133f3315fb9f424c18
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Yujun Zhang [Thu, 25 May 2017 07:44:56 +0000 (07:44 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "Update documentation."
  - Update documentation.

    - Breifly describe architecture
    - Describe launch/kill ssh-agent

    Change-Id: I9e4226c3de8935894564044e0ab8a723753ed9b3
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
7 years agoUpdate git submodules
yuyang [Mon, 22 May 2017 11:19:56 +0000 (19:19 +0800)]
Update git submodules

* Update docs/submodules/bottlenecks from branch 'master'
  - Add reporting to MongoDB

    JIRA: BOTTLENECK-158

    Add reporting function to community MongoDB

    Change-Id: Idebc191b20ad238dbdd129ce38131b79e7133e35
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
7 years agoUpdate git submodules
Serena Feng [Thu, 25 May 2017 05:38:28 +0000 (05:38 +0000)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "Fix verify job without patchset"
  - Fix verify job without patchset

    use git-scm-gerrit to fetch the patchset
    fix the wrong job name

    Change-Id: If26dbb08da95f37d65e6b21770ef7f1d7de0c5e1
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
7 years agoUpdate git submodules
agardner [Thu, 27 Apr 2017 09:46:29 +0000 (11:46 +0200)]
Update git submodules

* Update docs/submodules/infra from branch 'master'
  - Adding all releng octopus and pharos docs.

    Please argue and remove as needed in the review.

    Change-Id: Ia376d8be14c56f6a2fae3cd753ea53b869e5f784
Signed-off-by: agardner <agardner@linuxfoundation.org>
7 years agoUpdate git submodules
Zhijiang Hu [Thu, 25 May 2017 03:46:31 +0000 (03:46 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "Code optimization for list traversal"
  - Code optimization for list traversal

    1.replace the list to generator to simply the code.

    Change-Id: Ia67cf265f3ca004eab5abb8b1d742f53b7d554ad
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
7 years agoUpdate git submodules
Zhijiang Hu [Thu, 25 May 2017 03:45:43 +0000 (03:45 +0000)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Merge "enlarge the ram of all_in_one node"
  - enlarge the ram of all_in_one node

    No the memory is not enough to creates vms in openstack to finish
    functest cases.

    Change-Id: I836ba43e8cd8a26a0dec3f5831cabcb9ae04e5da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Alex Yang [Thu, 25 May 2017 03:34:30 +0000 (11:34 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - Add dependencies for ocata version into docker file

    Change-Id: I3dc81449293a00b5b095ecea8a48a0cdb03cd4e8
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
Alex Yang [Tue, 23 May 2017 02:25:10 +0000 (10:25 +0800)]
Update git submodules

* Update docs/submodules/daisy from branch 'master'
  - support ocata openstack, keep up with the upstream

    The upstream openstack/daisycloud-core supports ocata openstack now.
    https://review.openstack.org/#/c/465410/

    Change-Id: I14825c80cdd2297e5b0df3680f30fa5c32de3cc4
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
7 years agoUpdate git submodules
zhihui wu [Thu, 25 May 2017 01:40:50 +0000 (01:40 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix CI failure"
  - bugfix CI failure

    It miss ":children" after "SUT", then compute nodes can't be found
    CI link:
    https://build.opnfv.org/ci/view/qtip/job/
    qtip-os-nosdn-kvm-ha-zte-pod3-daily-master/54/console

    Change-Id: Ifca492a587b99036b649ecb9de1123924baf8d7f
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
7 years agoUpdate git submodules
xudan [Tue, 23 May 2017 12:28:58 +0000 (08:28 -0400)]
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - SDNVPN test cases failed in CI

    JIRA: DOVETAIL-439

    1. SDNVPN test cases run in CI failed, because the file
      /home/opnfv/repos/sdnvpn/sdnvpn/test/functest/config.yaml is empty.
    2. copy the file userconfig/sdnvpn_config_testcase1/2/4/8.yaml
      to /home/opnfv/repos/sdnvpn/sdnvpn/test/functest/config.yaml in Functest container

    Change-Id: Ie904f83c755efc0d9e0abe5dcd44fe4a5056123e
Signed-off-by: xudan <xudan16@huawei.com>
7 years agoUpdate git submodules
Jose Lausuch [Wed, 24 May 2017 17:35:19 +0000 (17:35 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Stop printing in console when testing functest_utils.py"
  - Stop printing in console when testing functest_utils.py

    Change-Id: I6fa0f6f449270199cc4d5b2c88e171091bf92773
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
mbeierl [Wed, 24 May 2017 17:25:07 +0000 (13:25 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - Adding domain to authentication

    Adds domain if present in environment variables to user and project

    Change-Id: I05fca2fbdeef4fa985bfb505f9158ce31da5ab9c
    JIRA: STORPERF-127
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Aimee Ukasick [Tue, 23 May 2017 22:51:49 +0000 (17:51 -0500)]
Update git submodules

* Update docs/submodules/barometer from branch 'master'
  - Update ApiVersion to 5.1 to match current schema version.

    JIRA: VES-11

    Change-Id: I9a492537759e6a7b9504af050764f91185e84ec4
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
7 years agoUpdate git submodules
mbeierl [Wed, 24 May 2017 15:54:24 +0000 (11:54 -0400)]
Update git submodules

* Update docs/submodules/storperf from branch 'master'
  - numpy error in container

    Removes numpy from container as it causes runtime problems.

    Change-Id: Iaae384c9229e0af5057822d62fca146732d62a53
    JIRA: STORPERF-126
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agoUpdate git submodules
Catalina Focsa [Fri, 19 May 2017 12:12:49 +0000 (14:12 +0200)]
Update git submodules

* Update docs/submodules/promise from branch 'master'
  - Fix image name iteration

    Create a promise image depending on the glance image path.
    Due to glance image listing returning image names, looking
    for an image based on an image path is always false, thus
    its relevant to only look for the glance image name and if it exists
    to use its ID, if not to create a new image given the promise
    image name.

    JIRA: ARMBAND-223

    Change-Id: I2d1347807335f2c7e9d62f1a6c75fb48de6cf448
Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
7 years agoUpdate git submodules
jose.lausuch [Wed, 24 May 2017 14:28:22 +0000 (16:28 +0200)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - [Functest] Push results for functest suite

    Since Functest doesn't post the output to
    the console any more, we need the logs in
    some jobs to troubleshoot.
    Those logs are not stored for functest-suite
    jobs by default.
    This patch enables also lf-virtual2 and 3 where
    some apex verify jobs are using this builder.

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

* Update docs/submodules/releng from branch 'master'
  - Merge "dovetail: conditional steps added to armpod"
  - dovetail: conditional steps added to armpod

    JIRA: DOVETAIL-432

    1, only run against os-(nosdn-odl_l2)-(nofeature-bgpvpn)-ha scenario
    this can reduce the CI/pod time resource
    dovetail test cases by now (refstack, ha, ipv6, bgpvpn)
    2, this has been tested on compass pod, and works well

    Change-Id: I1bcf8165d5fcc93c78b47cbd23e0c07f19b01189
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoUpdate git submodules
Tim Rozet [Wed, 24 May 2017 13:46:29 +0000 (09:46 -0400)]
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Functest: Adds failure checking + fixes fetch os creds

    Change-Id: Ib8a3ff3a747be55d8e23513bd028d934fef02eb8
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoUpdate git submodules
HuanLi [Wed, 24 May 2017 03:58:00 +0000 (11:58 +0800)]
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - fix bug: multi monitor

    JIRA: YARDSTICK-657

    Change-Id: I77223cc43d529828cf3f763529019590c35b2fcb
Signed-off-by: HuanLi <lihuansse@tongji.edu.cn>
7 years agoUpdate git submodules
valentin boucher [Wed, 24 May 2017 09:21:58 +0000 (09:21 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Add docstrings in unit"
  - Add docstrings in unit

    It also adds shebang and conforms the copyright header with the related
    OPNFV template.

    Change-Id: Iacb0cc8629e3021181eef2e8cb76daf48601abf4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
valentin boucher [Wed, 24 May 2017 09:21:12 +0000 (09:21 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Rename the class TestSuiteRunner to Suite"
  - Rename the class TestSuiteRunner to Suite

    It conforms with [1].

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

    Change-Id: I11bbdcd63a1691835fb7c6198549edbaf6b758a1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
valentin boucher [Wed, 24 May 2017 09:20:29 +0000 (09:20 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Rename test_pytest_suite_runner.py to test_unit.py"
  - Rename test_pytest_suite_runner.py to test_unit.py

    It conforms with [1].

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

    Change-Id: Ife7a161970997cf6cd74e86c343d4879f87b5cf4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
valentin boucher [Wed, 24 May 2017 09:20:18 +0000 (09:20 +0000)]
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Rename pytest_suite_runner.py to unit.py"
  - Rename pytest_suite_runner.py to unit.py

    It also adds the rst files to include this module in apidoc.

    Change-Id: Iabbb17bc8601265bd9436c75d1afc0b470df1eb4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
7 years agoUpdate git submodules
zhihui wu [Wed, 24 May 2017 09:14:35 +0000 (09:14 +0000)]
Update git submodules

* Update docs/submodules/qtip from branch 'master'
  - Merge "bugfix unixbench report templates"
  - bugfix unixbench report templates

    Change-Id: I7fd3a85c6497d14ec43c6e3c87c34a92ca3623d3
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>