Tim Rozet [Tue, 16 May 2017 02:55:18 +0000 (22:55 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: add gerrit to deploy
Change-Id: I9260d053c74584e1c80e880d73d8671e3515b4c2
Signed-off-by: Tim Rozet <trozet@redhat.com>
DanielMartinBuckley [Wed, 5 Apr 2017 10:20:46 +0000 (11:20 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Create flavor from heat context
JIRA: YARDSTICK-582
Create a customizable flavor via heat context. All heat parameters
are configurable including Core Affinity. The default flavor name
is XXXX-flavor where XXXX is stackname. Flavor attributes are taken
from the heat context file. If a flavor attribute is not used it
takes default attribute value. If flavor name is not specified it
uses the server name + "-flavor" or stack-name + "-flavor".
Compute node specific attributes are configurable via "extra_specs"
attribute. See
https://docs.openstack.org/admin-guide/compute-flavors.html for
details.
Change-Id: If4015970b889b0b95bfa8eba9491ebf31e92f2c7
Signed-off-by: DanielMartinBuckley <daniel.m.buckley@intel.com>
Tim Rozet [Tue, 16 May 2017 02:05:10 +0000 (22:05 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes node parameters and git revision on verify
Change-Id: I02243d359b4204ab38dee143332c8d1bac86ac8e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 16 May 2017 01:57:16 +0000 (21:57 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: adds missing deploy env vars
Change-Id: I515afe7a8f230ebbece8ee4d99ca7744a6a35fb8
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 16 May 2017 00:19:29 +0000 (20:19 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes upload artifact
Change-Id: Ib12722ec85fe46d1b6dccb7bfc2da748386dac97
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 20:06:48 +0000 (16:06 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes build directory in upload artifact
Change-Id: I5d3c5c76159a1bc4b83ef5855ad412962d00fcb6
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Mon, 15 May 2017 19:26:38 +0000 (19:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "KVMFORNFV: Common build packages for daily test cases"
- KVMFORNFV: Common build packages for daily test cases
This patch is used to upload the metadata file only for the artifacts
built by daily build job. Also used to add seperate checks for the
artifacts uploaded by build and test phases.
Change-Id: I4c760e2269f3251fd0de91a803123167fb2ad225
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Tim Rozet [Mon, 15 May 2017 19:01:19 +0000 (15:01 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fix apex upload for images
Change-Id: Ibff76b1ce7cb4e071e576fd111bfff8af2cc2021
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 18:12:18 +0000 (14:12 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: updates cache to unique name
Change-Id: I4131efd042f5d1aa4e8a5dc78b24be8ba6fbf87c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 17:30:19 +0000 (13:30 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes dev label names for artifacts
Change-Id: I2dae20c688ccd2cb690c01a843cb75d5743e129b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 15 May 2017 15:35:45 +0000 (11:35 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes checking dev for verify build
Change-Id: I8f283f6db366fc55a7eb52789affed7426521d17
Signed-off-by: Tim Rozet <trozet@redhat.com>
Yujun Zhang [Sat, 13 May 2017 03:15:49 +0000 (11:15 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Refactoring workspace related commands to `project` group
- renamed `workspace` to `project`, which is more accurate
- group create/setup/run/teardown into `project`
- shortcut for project commands, e.g. `qtip create` <=> `qtip project create`
- even shorter command alias, e.g. `qtip s` => `qtip setup`
Change-Id: I69ba5aa571bccc1cc4687481189c329b099bee91
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Mon, 15 May 2017 15:15:56 +0000 (15:15 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Update readme of running with native `ansible-playbook` command"
- Update readme of running with native `ansible-playbook` command
Change-Id: Idd021dd6301c7ced7658460622ba4961b071c3c2
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Mon, 15 May 2017 15:02:40 +0000 (15:02 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Check ssh-agent before running tests. Fail playbook if not running."
- Check ssh-agent before running tests. Fail playbook if not running.
- Need to start it manually. Not possible via playbook.
JIRA: QTIP-242
Change-Id: Ief593fe54a900f7aa36890be5317a60bcb65a82e
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Yujun Zhang [Thu, 11 May 2017 11:41:26 +0000 (19:41 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Get rid of `changed=false` flag in test result
Change-Id: I74c9634b708dbad82e6e4b0a04b44e16ff01ffdd
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Jiang, Yunhong [Mon, 15 May 2017 14:34:57 +0000 (14:34 +0000)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "To generate debug rpm and debian package for kvmfornfv kernel"
- To generate debug rpm and debian package for kvmfornfv kernel
This patch is used to strip the debug information from binary
files and generate separate debug package along with
binary package while building the kernel.The debuginfo package
is uploaded only for daily job.
Upstream status: Pending
Change-Id: Iad2cfd8e252d218a9d603e9dbed2aa557d83e263
Co-Authored by:shravani paladugula <shravani.p@tcs.com>
Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
George Paraskevopoulos [Mon, 27 Mar 2017 16:43:52 +0000 (19:43 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Upgrade robotframework-sshlibrary to 2.1.3
Robotframework sshlibrary monkeypatches paramiko runtime and version
2.1.1 causes
2017-03-27 15:24:23,196 - SSH utils - ERROR - _custom_start_client() got
an unexpected keyword argument 'timeout'
errors in SFC test because of the issue
https://github.com/robotframework/SSHLibrary/issues/158
This issue is resolved in version 2.1.3
Change-Id: I07f570c1a90f358b9f17aa6c959642d67e07a7e4
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Tim Rozet [Mon, 15 May 2017 13:51:16 +0000 (09:51 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes building rpms for patches
Change-Id: I2de72d983035cbf79f9f09850cd98dfd349783ca
Signed-off-by: Tim Rozet <trozet@redhat.com>
kalyanreddy [Mon, 15 May 2017 09:42:11 +0000 (15:12 +0530)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- KVMFORNFV: Common build packages for daily test cases
This patch is used to upload the metadata file only for the artifacts
built by daily build job so that both the kvmfornfv cyclictest and
packet forwarding test cases will download the same artifacts uploaded
by the daily build job for testing on the test pod.
Change-Id: Ic2d58eca4fc86a257877159bb6910a2d8e8f3887
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Linda Wang [Mon, 15 May 2017 06:54:41 +0000 (06:54 +0000)]
Update git submodules
* Update docs/submodules/promise from branch 'master'
- Update logger via logging.getLogger()
1. The module functest.utils.functest_logger has been deleted and
logger has been reconfigured in functest [1].
2. Update run_tests.py to get loggers via logging.getLogger().
[1] https://gerrit.opnfv.org/gerrit/#/c/34019/
JIRA: FUNCTEST-824
Change-Id: I34d73aadc420a5381651d65fb6b55f0f58e0c11e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
hongbo tian [Mon, 15 May 2017 04:26:34 +0000 (04:26 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "bugfix of wrong testcase name"
- bugfix of wrong testcase name
JIRA: DOVETAIL-430
this is wrong before(ipv6.tc023 same to ipv6.tc019),
fixed according to https://gerrit.opnfv.org/gerrit/#/c/34577/
Change-Id: I3d996a7c2adffc305b0f8fa6bcd87e4e6e4c5b7e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Narinder Gupta [Sat, 13 May 2017 05:41:57 +0000 (00:41 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- typo corrected.
Change-Id: I1189a542d3975edc6ae3b6681f7dad31524dd4ca
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Zhijiang Hu [Mon, 15 May 2017 03:53:31 +0000 (03:53 +0000)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Merge "refacort deploy.yml and add jsonschema to validate it"
- refacort deploy.yml and add jsonschema to validate it
1. add adapter type in deploy.yml
Do not rely on the pod's name to detemine whether impi or libvirt
should be used.
2. increase disk size in deploy.yml
The disk sizes should be bigger than 102400 mega-bytes according to
the minimum of root_lv_size in upstream openstack/daisycloud-core.
3. add schemas.py
Use jsonschema to validate deploy.yml
Change-Id: I3f197f93403caece75460147c8df49b95e0ae9d3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Zhijiang Hu [Sat, 13 May 2017 09:39:57 +0000 (17:39 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Kill git-version-gen
This PS set the jasmine version in configure.ac so there is no need
to calculate version from git. So we can get rid of git-version-gen
as well as its GPL licence.
Change-Id: I7434dcd5259ba800f17e28281ef6c6f484aa7ef3
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Jun Li [Mon, 15 May 2017 01:47:06 +0000 (01:47 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "KVMFORNFV: Common build packages for daily test cases"
- KVMFORNFV: Common build packages for daily test cases
This patch is used to implement the common daily build job so that
both the kvmfornfv cyclictest and packet forwarding test cases will
download the same artifacts uploaded by the daily build job for
testing on the test pod.
Change-Id: Ifbe3ab1d6c62bd73c982065242cbfe29ce5dea1e
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Aimee Ukasick [Sun, 14 May 2017 02:52:07 +0000 (02:52 +0000)]
Update git submodules
* Update docs/submodules/ves from branch 'master'
- Merge "Align with VES 5.0 schema as published by AT&T."
- Align with VES 5.0 schema as published by AT&T.
JIRA: VES-2
Add README.md linking spec to current upstream version.
Change-Id: If222965123451ecedbb19b799414dfeb55bbe29d
Signed-off-by: bryan <bryan.sullivan@att.com>
Tim Rozet [Sun, 14 May 2017 02:24:19 +0000 (22:24 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: adds timeouts to deploy and build jobs
Change-Id: I760952825e9f3d36d66ecb51e26a66b8ad69aaac
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sat, 13 May 2017 03:02:01 +0000 (23:02 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes build directory assumption in upload artifact
Change-Id: Iae230e37137b0408a74ba74bd551a88dd6ffa076
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sat, 13 May 2017 02:45:07 +0000 (02:45 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Merge "Couple cleanups related to ocata update"
- Couple cleanups related to ocata update
- remove glance v2 enable
- remove bgpvpn
Change-Id: I2e09067e4f81c8a48e8f12475451b2a3c40289a7
Signed-off-by: Dan Radez <dradez@redhat.com>
Tim Rozet [Sat, 13 May 2017 02:37:35 +0000 (22:37 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: changes build job to use git-scm-gerrit
Change-Id: I2701ecea73ae58dc6115a93cbfc8b35ef7949b3b
Signed-off-by: Tim Rozet <trozet@redhat.com>
tomsou [Thu, 11 May 2017 13:56:41 +0000 (13:56 +0000)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Do not enable bgpd during deployment
Do not enable bgpd in order to resolve the race condition between
bgpd daemon (enabled within apex deployment) and the bgpd
started by 6wind zrpcd in the frame of testcase 3 of sdnvpn.
JIRA: APEX-448
Change-Id: I3dfd41280e86e8a85b2269518abd8a504391de61
Signed-off-by: tomsou <soth@intracom-telecom.com>
Yujun Zhang [Sat, 13 May 2017 01:52:55 +0000 (01:52 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "The script for CI"
- The script for CI
- The script includes all steps to trigger QTIP test On CI.
- Add a dependency iputils-ping for command "ping"
Change-Id: Ia7712cc9eedf227686896e2a38f3b8baf03d7397
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
zhihui wu [Thu, 11 May 2017 08:35:33 +0000 (16:35 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- delete test scripts which are copied from releng/jjb/qtip
It is not suitable to copy these test scripts to QTIP.
Change-Id: I64df9f0b7b6886ccdef89e28db26cfc1f83df6d8
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Narinder Gupta [Sat, 13 May 2017 00:15:52 +0000 (19:15 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modified to accomodate new naming convention for data api.
Change-Id: I236ad119218773ac380522c7c90097dc3455ef34
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 23:36:06 +0000 (18:36 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- modfied to support intel lab.
Change-Id: I7a6c9711dd322fe47f79af325cbe8e3f7a727bce
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Jiang, Yunhong [Fri, 12 May 2017 22:32:23 +0000 (22:32 +0000)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "Adding post-execute scripts to cyclictest execution"
- Adding post-execute scripts to cyclictest execution
This patch is used to add post-execute scripts to yardstick node
context teardown to disable the ftrace soon after the completion
of cyclictest execution through yardstick.
Change-Id: I9cac5868c51c2c9ffd9f397574b53dc606aef2d8
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Narinder Gupta [Fri, 12 May 2017 20:30:27 +0000 (15:30 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- fix for virshurl in case of bootstrap.
Change-Id: I10af2cbc02c27ac906897c5241f296413dc41ae3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 18:00:23 +0000 (13:00 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- fix kubernetes bundle.
Change-Id: Id7d2b9fc6013c548f31024d41eb2c3f4e5ad1d31
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 17:14:08 +0000 (12:14 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- correct and update few corner cases.
Change-Id: I055975abdd84fd3c89bade506d3269f75225addb
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Fri, 12 May 2017 14:29:58 +0000 (09:29 -0500)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- correct kube-control relationship
Change-Id: I8acd555fb138b3a00f9014bbcacf226d003c0056
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Martin Klozik [Fri, 12 May 2017 14:24:21 +0000 (15:24 +0100)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- ci: Update list of VPP TCs in daily job
JIRA: VSPERF-509
Change-Id: I03bfc5a2c8ff69e226464d307563e117b7f3318e
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Martin Klozik [Fri, 12 May 2017 13:56:54 +0000 (14:56 +0100)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- ci: Add VPP test execution into CI daily job
Basic set of VPP performance tests was added into
OPNFV CI daily job.
JIRA: VSPERF-509
Change-Id: I9cd6086a958d67dd0e395f962111e6d2b44bf86c
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>
zhongjun [Mon, 8 May 2017 02:26:00 +0000 (10:26 +0800)]
Update git submodules
* Update docs/submodules/daisy from branch 'master'
- Compatible with the no mapping in network.yml
1)resolve the error ' AttributeError: 'NetworkConfig' object has
no attribute 'ext_mapping'' with the no mapping in network.yml.
2)resolve the creating external subnet failure if the external
netwok exists.
Change-Id: I578365d91b8b61f9f88a5d4ff2c9db9ecc512edc
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Morgan Richomme [Fri, 12 May 2017 06:33:24 +0000 (06:33 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Add Energy recording support"
- Add Energy recording support
It adds helpers to send notifications to Energy recording API and
related unit tests.
It requires a dedicated section in functest config file
to set connectivity parameters to Energy recording API.
It is using shared API Recording at http://161.105.253.100:8888
Change-Id: Idcb74d1bf7341ccce7cc1c3926f22338ce24f714
Signed-off-by: Benoit HERARD <benoit.herard@orange.com>
Morgan Richomme [Fri, 12 May 2017 06:26:10 +0000 (06:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "re-enable testapi auto update"
- re-enable testapi auto update
Change-Id: Ied3c2f0c0ba1bd8cbaaa44bfff52ea52614db56c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Fri, 12 May 2017 06:26:03 +0000 (06:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "add web portal framework for TestAPI"
- add web portal framework for TestAPI
Change-Id: I62cea8b59ffe6a6cde98051c130f4502c07d3557
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Fri, 12 May 2017 06:25:22 +0000 (06:25 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "big fixes: wrong path"
- big fixes: wrong path
- remove link to daisy for storperf results
- fix yardstick installer page links
Change-Id: Idae2163862c681db05cfc24c5c29eaea793d3c88
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
xudan [Thu, 11 May 2017 06:33:29 +0000 (02:33 -0400)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Add three HA test cases into test suite proposed_tests
JIRA: DOVETAIL-427
There are another three HA test cases which are stable now for adding into
test suite proposed_tests for CI daily run.
Change-Id: I86ed38d2e3a2bcfda29af50164aadd0da89e6aaa
Signed-off-by: xudan <xudan16@huawei.com>
Serena Feng [Fri, 12 May 2017 02:12:33 +0000 (02:12 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "clarify schema base on swagger1.2 specification"
- clarify schema base on swagger1.2 specification
Change-Id: I98e165ae943b54d6a38783f2a3822d381c247ee4
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Jun Li [Fri, 12 May 2017 00:50:31 +0000 (00:50 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "KVMFORNFV: Disable packet forwarding daily build job."
- KVMFORNFV: Disable packet forwarding daily build job.
This patch is used to disable the kvmfornfv packet forwarding
daily build job to avoid seperate rpm building for cyclictest
and packet forwarding test cases. Both the test cases will use
the rpms uploaded to artifacts as a part of cyclictest daily
build job for testing.
Change-Id: Ia6c1ce2ddc435aa5ae3cbf88b5cfedf6f6d3c106
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Tim Rozet [Thu, 11 May 2017 20:31:21 +0000 (16:31 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: remove global build slave
Change-Id: I2d4216e63a16baafcebe636107449b334c953f04
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 11 May 2017 20:16:34 +0000 (16:16 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: remove blocking on daily jobs
Change-Id: I6ee953c983fce4280d0e2e4653458cfbe6998710
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Thu, 11 May 2017 20:04:14 +0000 (16:04 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: fixes promote jobs missing upload snapshot
Change-Id: I850a287f4226d59968e06ff31e268d7d2b485e3d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Narinder Gupta [Thu, 11 May 2017 19:23:30 +0000 (19:23 +0000)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Merge "modified to change the logic to create fabric and vlan if not exist. Otherwise use the existing one."
- modified to change the logic to create fabric and vlan if not
exist. Otherwise use the existing one.
Change-Id: Iaac620ab74622543b205ed2fad5622492daea757
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Narinder Gupta [Thu, 11 May 2017 19:04:02 +0000 (19:04 +0000)]
Update git submodules
* Update docs/submodules/joid from branch 'master'
- Merge "add remote virsh support for bootstrap"
- add remote virsh support for bootstrap
Change-Id: Id28de3861a66a7b8d30efe9a30a22881bf41e991
Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
Fatih Degirmenci [Thu, 11 May 2017 13:39:03 +0000 (13:39 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Sub repo for security gate, add lhinds as commiter"
- Sub repo for security gate, add lhinds as commiter
As discussed during the OPNFV plugtest, this patch seeks to create
a releng sub repo [1] to host the anteater code for CI gate checks
around security and licence header checks.
The patch also seeks to add lhinds (security PTL) as a committer,
so they can maintain anteater code.
[1] releng-anteater
Change-Id: Ice92e3f717f5cb0e231932017975d4568249ab52
Signed-off-by: Luke Hinds <lhinds@redhat.com>
Tim Rozet [Thu, 11 May 2017 12:59:20 +0000 (12:59 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Allow Asynchronous Apex Builds"
- Allow Asynchronous Apex Builds
- Remove any build blockers on 'apex-build-*' jobs.
- Adds script to download latest build artifacts before deployment.
- Make each deploy download the needed artifacts before running.
- ARTIFACT_VERSION now set to dev for verify builds to indicate tarball
should be uploaded to artifacts repo
- apex.yml jjb is now generated by using apex-jjb-renderer
- scenarios are managed in scenarios.yaml
JIRA: APEX-328
Change-Id: I4a51565686bd2011a310c3926d8260cd4641dca5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Serena Feng [Thu, 11 May 2017 10:27:10 +0000 (10:27 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "leverage tornado framework to simply impl of TestAPI"
- leverage tornado framework to simply impl of TestAPI
1) make better use of initialize() method
2) better naming global arguments
Change-Id: I89dc72a358bcb2a5688a1ffeb3ed5d735d875a4a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Serena Feng [Thu, 11 May 2017 10:26:59 +0000 (10:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "correct the import impl of TestAPI"
- correct the import impl of TestAPI
Change-Id: Ia721ff61e02b1819c32d228f5f8910364c139c8a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Serena Feng [Thu, 11 May 2017 10:26:35 +0000 (10:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "change swagger urls based on v1.2 specification"
- change swagger urls based on v1.2 specification
According to swagger1.2 specification, The Swagger specification
is comprised of two file types: The Resources Listing and The
API Declaration.
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/1.2.md
Change-Id: I8f92897e41dbf6d4d2c3b1fe64ea6729f04cf3ad
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
tomsou [Tue, 9 May 2017 12:54:47 +0000 (12:54 +0000)]
Update git submodules
* Update docs/submodules/sdnvpn from branch 'master'
- Fix the zrpcd running check within testcase3
Check specifically the "running" state of the zrpcd service
JIRA: SDNVPN-150
Change-Id: I1b63f25dfab5fd4507cc219fb1c21291064a8bab
Signed-off-by: tomsou <soth@intracom-telecom.com>
Rex Lee [Thu, 11 May 2017 09:16:13 +0000 (09:16 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Extend TC008 to run pktgen-dpdk inside VM Need a fast path inside VM to verify full throughput of SRIOV and OVS-dpdk."
- Extend TC008 to run pktgen-dpdk inside VM
Need a fast path inside VM to verify full throughput of SRIOV and OVS-dpdk.
Update 1: Change newly added file names to avoid conflict
Update 2: Add more unit test cases
Update 3: Fix default parameter typo for testpmd
Update 4: Adapted to the pktgen-dpdk prompt change from "Pktgen>" to "Pktgen:/>", now just expect "Pktgen"
Update 5: Per comment, merge common functions between latency and throughput tests to utils.py
Update 6: Per comment, seperate the test case from TC008 to a new test case TC077
Change-Id: I1f7471d4ba77636a3a66c79c2652578321312185
JIRA: YARDSTICK-614
Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
Yujun Zhang [Thu, 11 May 2017 08:02:56 +0000 (08:02 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Implement setup/run command"
- Implement setup/run command
Change-Id: I2dbbedac08856672a093dc3c277243a3f60776d3
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Yujun Zhang [Wed, 10 May 2017 16:06:46 +0000 (00:06 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Fix warning on missing ansible hosts file
Change-Id: I9d6fdb7a55e8528ec1cd29338bbb24e6ca92d585
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Jing Lu [Thu, 11 May 2017 06:43:47 +0000 (06:43 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "KVMFORNFV: Suppress tracing with breaktrace option "
- KVMFORNFV: Suppress tracing with breaktrace option
This patch is used to suppress tracing while executing cyclictest with
breaktrace option as breaktrace parameter will enable the ftrace by
default.
Change-Id: I776953d8cd56722b7c0f697b12b09051021334fb
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
xudan [Thu, 11 May 2017 01:43:30 +0000 (21:43 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Bugfix: Error when create pod.yaml file
JIRA: DOVETAIL-426
1. ImportError: No module named netaddr
2. rm: cannot remove '/home/opnfv/dovetail/userconfig/*': No such file or directory
Change-Id: I81ad703667c798589855fdafc1668644e9a342b9
Signed-off-by: xudan <xudan16@huawei.com>
Yujun Zhang [Wed, 10 May 2017 16:05:12 +0000 (00:05 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Set installer and master-host as required options
missing these options will cause failure in workspace creation
Change-Id: I701b080d7f6b2deb7f71e76da322d26b20cd3b42
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Yujun Zhang [Wed, 10 May 2017 06:57:55 +0000 (14:57 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Fix document index error
`include` directive seems not supported by default
Change-Id: I0c94592c140b40950e36b079bc3760bc5dcb26b9
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
hongbo tian [Thu, 11 May 2017 02:03:33 +0000 (02:03 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "store/load offline docker images"
- store/load offline docker images
JIRA: DOVETAIL-423
usage:
1.cd ${DOVETAIL_HOME}/dovetail/utils/offline
2.edit config.yaml as needed
3.on onsite host, <python download.py> --> save docker images to defined path
4.on offline host, <python load.py> ---> load docker images to offline env
5.this can be easily extended to other images beside docker images
Change-Id: I97d843e154ecf8d66cafb9ea9594fe73343ee591
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
David Chou [Thu, 11 May 2017 00:43:43 +0000 (00:43 +0000)]
Update git submodules
* Update docs/submodules/kvmfornfv from branch 'master'
- Merge "Generating a kvmfornfv rpm which includes the right kernel config for intel-iommu for CICD for Danube release 2 Apex installer"
- Generating a kvmfornfv rpm which includes the right kernel config
for intel-iommu for CICD for Danube release 2 Apex installer
Upstream status: N/A
Change-Id: Iab872de246efca68cea1db207c94fdc930f9a0f4
Signed-off-by: davidjchou <david.j.chou@intel.com>
Ross Brattain [Wed, 10 May 2017 15:08:26 +0000 (15:08 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "pass user_data to heat template"
- pass user_data to heat template
We had code to support adding user_data but the
Server model was not connected.
The string formatting of the user_data is left
as an exercise for the reader.
Change-Id: I298657b93de67e19436bca616b119df636dacce2
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Alexandru Avadanii [Mon, 8 May 2017 14:19:27 +0000 (16:19 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- f_kvmpluginbuild: Allow overrides in config.mk
Change-Id: I2e124e09b884a06ab84864fbf3f2173224a99fc6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Morgan Richomme [Wed, 10 May 2017 13:59:26 +0000 (13:59 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bug Fixes: remove Db name + path"
- Bug Fixes: remove Db name + path
as case have been renamed in testcases.yaml
no more need or translation name/Db name
Change-Id: I0656ec478369224d44d9c3cdf0c6426f140e4029
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 10 May 2017 12:23:05 +0000 (12:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "add qtip reporting"
- add qtip reporting
Change-Id: Ie573486080fbd36857ff0709d53f6bdcdd43363e
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Wed, 10 May 2017 12:16:16 +0000 (12:16 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add short_description field to testcase in test API"
- Add short_description field to testcase in test API
this field will be used for the catalogue
Description may be too long - displayed in case of roll over
name is often not explicit enough for humanes
Change-Id: Ibb1f74208376c93616fc89fa10fdeecaf0f8c8fb
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Jun Li [Wed, 10 May 2017 11:00:57 +0000 (11:00 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: Error when create pod.yaml file"
- Bugfix: Error when create pod.yaml file
JIRA: DOVETAIL-426
os.path.makedirs(os.path.dirname(args.filepath))
AttributeError: 'module' object has no attribute 'makedirs'
Change-Id: I2b75576f05b7926b76148ea6152e4479215344f5
Signed-off-by: xudan <xudan16@huawei.com>
Morgan Richomme [Wed, 10 May 2017 07:54:08 +0000 (07:54 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Conform ODL with last framework updates"
- Conform ODL with last framework updates
Now ODL TestCase calculates the ratio between critical tests passed
and failed and saves it in result. Non-critical test cases can fail as
result doesn't take them into account [1].
It also updates default attribute values in TestCase and allows result
to be float.
[1] http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#setting-criticality
Change-Id: Id4a89271b5b1a90cd3c1e2b08591ff26ffaffee0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Morgan Richomme [Wed, 10 May 2017 07:53:46 +0000 (07:53 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge changes from topic 'add_testcase_str'
* changes:
Remove the former results in DB url
Implement TestCase __str__()
- Remove the former results in DB url
It conforms generate_report.py with the previous change [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/33511/
Change-Id: I677ebd416f462a591439fc7b637c02d7964e6173
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Implement TestCase __str__()
It's designed to be called by run_tests.py when printing the results of
test cases and when generating the global report.
Change-Id: If4a6f023ef2344bbc4f940d07dde4b776dce5d68
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
zhihui wu [Wed, 10 May 2017 07:35:19 +0000 (07:35 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "update Dockerfile"
- update Dockerfile
- remove dependencies which is not in use
- remove unuse envrioment variables HOME and QTIP_DIR
- set envrioment variable USER to root
- pip install qtip with parameter -e
- automatically startup ssh-agent
Change-Id: I16999db53745b03c00260b2b5d73c5e89c0005f3
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
zhihui wu [Wed, 10 May 2017 07:22:20 +0000 (07:22 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Remove prompts for options while creating workspace"
- Remove prompts for options while creating workspace
Change-Id: Ic1b4bfbcefa6240fdab193e411cce4725a6835e7
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Morgan Richomme [Wed, 10 May 2017 06:04:25 +0000 (06:04 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add arm support in functest reporting pages"
- Add arm support in functest reporting pages
Create different pages for installer@architectures
- x86
- aarch64
JIRA: FUNCTEST-821
Change-Id: I3c4ebba3f7969f6c1a5d04c4d5b5a63db5a3e7c2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
zhihui wu [Wed, 10 May 2017 05:48:45 +0000 (05:48 +0000)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- Merge "Include index files in master doc"
- Include index files in master doc
some files were missing because we manually maintain the root index and it
is out of sync with the child index
Change-Id: If26474952931bfbfb9c7c2acf8331cbd54a1ccec
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Dan Radez [Fri, 31 Mar 2017 03:03:43 +0000 (23:03 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Updating Apex to OpenStack Ocata
- power management updated to virtualbmc, pxe_ssh is deprecated
- removing custom tacker build
- removing custom congress build
- disabling yum update in undercloud on the cli instead of in a patch
- Undercloud is direct kernel booted now, there are no kernel and initrd
in the disk image from upstream
- remove OpenDaylight previous to Carbon
JIRA: APEX-433
JIRA: APEX-432
JIRA: APEX-431
Change-Id: I6963f16e65eacade5607a3082b58b6150331406c
Signed-off-by: Dan Radez <dradez@redhat.com>
zhihui wu [Tue, 9 May 2017 01:53:05 +0000 (09:53 +0800)]
Update git submodules
* Update docs/submodules/qtip from branch 'master'
- remove ansible.cfg.default which is no longer in use
Change-Id: I3d2888962edc8506a702d53225b082680b0f9060
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
agardner [Tue, 9 May 2017 18:32:34 +0000 (14:32 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Wild card needed now that compass4nfv configs have been added
Change-Id: I490b7b1de44e7a04ea631ffa4808f633353f94c5
Signed-off-by: agardner <agardner@linuxfoundation.org>
Cedric Ollivier [Tue, 9 May 2017 17:26:33 +0000 (17:26 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Bugfix: initialize the logger for snaps"
- Bugfix: initialize the logger for snaps
Testcases about snaps failed due to the absence of attribute 'logger'.
Change-Id: I78c85e51f63afa767fa73aa12faea066ad432371
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Tim Rozet [Tue, 9 May 2017 16:54:59 +0000 (12:54 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- XCI: change functest job to use master
Change-Id: If0ce98b4d6f86a0bb6ad5b7b78bf134ef87c1fd9
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 9 May 2017 16:00:03 +0000 (12:00 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- 3rd Party CI: Adds carbon branch to ODL xci
Change-Id: I53ddedb80f19ec9f8224cb0e22e4657b1472169f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Fatih Degirmenci [Tue, 9 May 2017 14:10:39 +0000 (14:10 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: xci: Make sure Ansible dependencies are installed"
- prototypes: xci: Make sure Ansible dependencies are installed
'pip install ansible' is not enough on newly installed hosts which may
lack the necessary build tools to install Ansible's dependencies. As
such, we add a script similar to the bifrost/scripts/install-deps.sh
one to pull in all the necessary distro-specific packages so Ansible
and it's dependencies can be installed from scratch.
Change-Id: I4b1e74644db9ace451ad763e4c54f1a3a43214fd
Fatih Degirmenci [Tue, 9 May 2017 14:10:09 +0000 (14:10 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "jjb: xci: Run bifrost provisioning as normal user"
- jjb: xci: Run bifrost provisioning as normal user
Ansible can request elevated privileges using the 'become' directive.
As such there is no need to run ansible using sudo. Furthermore,
OpenStack CI runs all jobs as normal user and we need to do the same
in order to compare behavior and results properly.
Change-Id: Id198efd1d6fdf4619de931fbedc7caba8d68d2a0
Fatih Degirmenci [Tue, 9 May 2017 14:09:52 +0000 (14:09 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "prototypes: bifrost: Write clouds.yaml file for regular users"
- prototypes: bifrost: Write clouds.yaml file for regular users
This is similar to commit
6769ae9bcbf6 ("prototypes: bifrost: Add
keystone roles"). In preparation for running the bifrost jobs as normal
user we need to write a clouds.yaml file to users home directory.
This is similar to the bifrost upstream testing playbook.
Change-Id: Iae4bc73906649707667925280a19282ec5c93998
Morgan Richomme [Tue, 9 May 2017 12:26:36 +0000 (12:26 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Functest] Remove Colorado and Brahmaputra support"
- [Functest] Remove Colorado and Brahmaputra support
CI no longer runs brahmaputra and colorado jobs.
To keep the jobs as simple as possible, remove
that support.
Change-Id: I29661f414923807dc6c0d22526dc852a45dbe7bb
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Cédric Ollivier [Tue, 9 May 2017 07:55:02 +0000 (09:55 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Rename VnfOnBoardingBase to VnfOnBoarding
Change-Id: I514340fc6180e29b31ef11bdea9f719aa2bbb738
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Rename vnf_base to vnf
Change-Id: I0b8b9b2e85717fc92a233e4f7344b3419421778d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Jun Li [Tue, 9 May 2017 01:24:06 +0000 (01:24 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "dovetail: add a suitable job used for vpn test case validation in CI"
- dovetail: add a suitable job used for vpn test case validation in CI
JIRA: DOVETAIL-424
the principle is
1) not disturb the original work flow
2) after vpn testcases integrated into dovetail, i.e, CVP tool,
there is a need to find a POD has bgpvpn feature which is
suitable to validate bgp vpn test cases in proposed_tests.
3) only add dovetail proposed_tests into bgpvpn scenario deploy-test loop
to reduce unnecessary time consuming.
4) further, should consider to add dovetail job in os-nosdn-nofeature loop
Change-Id: Iad6ae1e44470c8e9d49a25980d292ba3871bd6a4
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
hongbo tian [Tue, 9 May 2017 01:24:02 +0000 (01:24 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "fix ha testcase PASS/FAIL judgement"
- fix ha testcase PASS/FAIL judgement
JIRA: DOVETAIL-425
Change-Id: Ifee2473956e0a1a3ad9c98beff92d94327251614
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
hongbo tian [Tue, 9 May 2017 01:23:42 +0000 (01:23 +0000)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Merge "vpn testcases added in proposed_tests"
- vpn testcases added in proposed_tests
JIRA: DOVETAIL-212
after communicating with Tim/jose, help to add vpn testcase into proposed_tests
reference: https://wiki.opnfv.org/display/sdnvpn/SDNVPN+Testing#SDNVPNTesting-TestcompliancetemplateforDovetail
Change-Id: Id34a2cadba625abbdbc59ef11affeccba24fa10c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
ChristopherPrice [Sun, 7 May 2017 11:44:39 +0000 (13:44 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Proposing to move "post conditions" as an optional topic for a test case.
It is not clear that there are post conditions to be documented for all test cases.
In the case a test cse creates an image and deletes it, there is littöe need for
a post condition to be documented. If a test case establishes a network to be
used for a subsequent test ina sequence this information should be clearly dcumented.
Change-Id: Ifb4bb45f240921c180077ab7273988d973417f6f
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Jun Li [Tue, 9 May 2017 00:58:34 +0000 (00:58 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Bugfix: Error when create pod.yaml file if one node's role is None"
- Bugfix: Error when create pod.yaml file if one node's role is None
DOVETAIL-426
Error message:
if node.roles[0].lower() == "controller":
IndexError: list index out of range
Change-Id: I96d26cc3798b993b5b296f554becfc175e3e87b4
Signed-off-by: xudan <xudan16@huawei.com>
agardner [Thu, 27 Apr 2017 11:27:05 +0000 (13:27 +0200)]
Add infra submodule
document how to add submodules
clean up some spacing
Change-Id: I7640f123911650dcf31933ed2fbfbdd26620798a
Signed-off-by: agardner <agardner@linuxfoundation.org>
Tim Rozet [Mon, 8 May 2017 17:59:59 +0000 (17:59 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Change tempest_smoke_serial to odl_netvirt"
- Change tempest_smoke_serial to odl_netvirt
Change-Id: Id4eee99b339ade6bec9f686a9705b31a93b0169c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>