Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* Update docs/submodules/joid from branch 'master'
- CArbon release of ODL integrated.
Change-Id: I831448dfb43f74793141794184e7a6f9700adb7d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|