Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "[Bug Fix] Determine the BGP entity owner in ODL Cluster"
- [Bug Fix] Determine the BGP entity owner in ODL Cluster
In HA deployments is essential to determine which is the ODL
BGP entity owner and transform that ODL to BGP speaker.
This is necessary because of this bug [0] in netvirt. So
we can consider this as a workaround for the testcase_3.
Note: This patch is dependent on this task resolution [1]
for master branch.
Note: This patch works fine in stable/fraser branch.
[0] https://jira.opendaylight.org/browse/NETVIRT-1308
[1] https://jira.opnfv.org/browse/SDNVPN-217
Jira: SDNVPN-214
Change-Id: I383987e650da45400a3a6437dbdaaea904db9265
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Remove parser container
Parser conflicts with OpenStack project namespaces due to bad fork
conception. Functest should stop maintaining containers to bypass
issues created by Parser (2 releases).
Change-Id: If52084dc9cb7165a6f53051ad84604bc999dd69c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Remove cloudify_ims_perf
All that modules are uncovered, unverified and deprecated.
They will be safely reverted as soon as they are updated, verified by
gates and unit tests are added.
Change-Id: Iac0893f9f0ccb485d91cd17305e744aff9bf9414
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Remove cli and api
cli has been deprecated for a while and restapi is uncovered and
unverified. This patch will be partially reverted as soon as next
unit tests cover functest/api.
It partially updates troubleshooting docs which has to be completed
in a second change [1].
[1] https://jira.opnfv.org/browse/FUNCTEST-982
Change-Id: I08e0bd212fcf5f5c5c220eb2500a6b0a6ff46df7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Merge "Fixes additional legacy problems found when reviewing patch 58483"
- Fixes additional legacy problems found when reviewing patch 58483
Second revision removes an unnecessary check on self.ext_net_name.
Change-Id: I0611d0130824fb0c2fa147d3fa503b2826a61ed5
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump for Salt downgrade
Change-Id: I84b06396923ba122a8434039b8d2ac7938336ee5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Copy tempest_conf.yaml file for neutron_port and patrole
Change-Id: I58e37c14cb4a287436e86b345919deff3d3674d0
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Fix "Remove the annoying WARNINGS when using XCI"
When executing the SFC tests in XCI, we constantly get a whole bunch of
annoying "InsecureRequestWarning" messages which does not allow to
follow what is going on in the test.
This patch filters all those errors leaving the output of the functest
results clean.
Change-Id: I3bd9519676222d00ee4a2c8d47084737cd9768aa
Signed-off-by: Bill Morrisson <billmorrissonjr@gmail.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Remove functest-parser"
- Remove functest-parser
Parser should be fixed and then added to functest-smoke.
Change-Id: I4f9e6fa736589b1ed01feae580df18c93de168cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Specify netmask for install NIC
JIRA: COMPASS-599
Interface that be used as install NIC may
have uncertain netmask which may cause
network issue.
Change-Id: Ic10709ca82a0d16af614ac327160f97a654d2294
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: dynamic_inventory: Add new entry for deployment_host"
- xci: dynamic_inventory: Add new entry for deployment_host
The deployment host is normally the host which runs the various
playbooks so we add a new entry in the inventory for localhost.
Change-Id: I43baddf4fabd69579c1a02f55ece230a062c2d9b
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "assert[Greater,Equal] -> assert_{,not_}called"
- assert[Greater,Equal] -> assert_{,not_}called
assertEqual(mock_xxx.call_count, 1) -> mock_xxx.assert_called_once
assertEqual(mock_xxx.call_count, 0) -> mock_xxx.assert_not_called
assertGreater(mock.call_count, 0) -> mock.assert_called()
assertGreaterEqual(mock.call_count, 1) -> mock.assert_called()
JIRA: YARDSTICK-1069
Change-Id: I890084d120c8e78304e169e2a0e5d30011a41525
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Get back to salt 2016.11
Change-Id: Id024ed22dd1760f41ae18aeb8e680c2f07a5dc63
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Support py3 in uncovered packages
It has to be noted that cloudify_rest_client doesn't support py3 then
next unit tests vs cloudify-based testcases would be excluded.
Change-Id: I0b0e64929d1238665c778ce51fd6abd5ccf06b6c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Add py3 support in tempest and rally
Change-Id: I009d38a0db409ab4ec641cba9173ab2386d0ce2a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Cosmetic cleanup of tempest test case lists
There are some superflouos lines separating the list of tempest test
cases. These are restructuring artifacts which can be deleted.
Change-Id: I7b3474090fa3d7b1506d5a4f3dcd1b32dd68900a
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Streaming logs from application container"
- Streaming logs from application container
Change-Id: I6a1e526bec4160bcdac32d4124acb110b9cf6959
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Add support for node level logging"
- Add support for node level logging
Change-Id: Ib5b2240de3276164fe9e272bf36f0d1f89f409c0
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "fix the sdc sample deploy issue"
- fix the sdc sample deploy issue
there is a issue "No module named google.protobuf",
when trying to run the services docker.
Add the protobuf in services Dockerfile.
Change-Id: I280dc1d5908bcec784e9e1e7c4d07e145f092cdb
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Fix typo of Jaeger port"
- Fix typo of Jaeger port
Change-Id: I70b766fe26e750fef6a622344d69ad4f6e2b8962
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Fix error in logging installation"
- Fix error in logging installation
It must be done in two steps otherwise the mixer adapter may not
be initialized correctly.
Change-Id: Ie59e811fc287fbd52a007be45f0f9c74983149b3
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/snaps from branch 'master'
- Removing flavor metadata from test heat template.
Tests can break with this setting.
Change-Id: Idab15bc5d83f8d88a08c46c71fb179c1e3d0282b
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Add "host_name_separator" variable to Context class"
- Add "host_name_separator" variable to Context class
This feature will provide Kubernetes context the ability to handle the
context name inside the class itself, providing to the developer an
abstraction of the possible naming limitations in Kubernetes. E.g.:
"dot" character in Pod names is no allowed [1].
[1] https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/issues/58
JIRA: YARDSTICK-1188
Change-Id: I82121f970b550170357a443b6340be7900602a57
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump for keyserver proxy support rebase
Change-Id: Ic0cd824c7156a93ee8c8d9afe5d2796ff7dba889
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Install dependencies: bare-metal, standalone"
- Install dependencies: bare-metal, standalone
This will install all dependencies needed on the bare-metal and standalone
physical nodes.
JIRA: YARDSTICK-1177
Change-Id: I719ca64d4da098d6dd60597e5fc4ad6f4715f79e
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Stop time.sleep mocks in unit tests
tVpeApproxVnf and TestProxSocketHelper classes mock "time.sleep" in
the setUp method without deleting it at the end of the test execution.
JIRA: YARDSTICK-1243
Change-Id: Iff31d9c7b400ad8a47f37792aeb0d20328b9d9e1
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- [patch] Rebase keyserver proxy support (3)
Rebased on top of [1].
[1] https://github.com/salt-formulas/salt-formula-linux/commit/9f30456
Change-Id: Iad5aef674c47d622a94d1c21cae3f46fbb3c52d8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Replace openstack commands with shade
Use openstack shade to get endpoint infomation rather than executing
openstack commands directly.
The next step can replace openstack commands by shade for some test cases that
need to create openstack resources (images, flavors) if we agree to use shade.
JIRA: DOVETAIL-659
Change-Id: I72b302fb2d4a61e9249a7e53f81ea9464944dcd3
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Add k8-odl-coe spec
This spec proposes adding an XCI senerio that uses OpenDaylight COE and
NetVirt with Kubernetes for pod networking.
Change-Id: I3418542cf22df0f4d04e167903f2bb59151fa0a6
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Update repo archive script to handle empty repos"
- Update repo archive script to handle empty repos
After an empty repo is cloned, and we attempt to pull in changes, git
fails due to not know which branch to pull from. Explicitily pulling
from origin into master should resolve this.
Change-Id: I6bed85779c1bb571559c263800e8ea55ece3aa62
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Remove jjb-sandbox as we now have jjb-deploy"
- Remove jjb-sandbox as we now have jjb-deploy
Now that the sandbox is available and we can easily deploy jobs using
'jjb-deploy' or upload them through the cli, this outdated directory can
be removed.
Change-Id: I680dbc84eeba140adac7b69ea0af4ed26d160362
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Remove quotes from PROJECT env
Change-Id: I0e169b8ea3135a49ccfed9fe9fe3550017faab95
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Abort vping_userdata test if IP address is missing"
- Abort vping_userdata test if IP address is missing
Do not start checking the result of ping test if the first instance has
no IP address.
JIRA: FUNCTEST-976
Change-Id: I2da3154e63a6a97f86efe8274be84abc437aa133
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
|
|
* Update docs/submodules/releng from branch 'master'
- [auto] Fix missing yaml block marker
Change-Id: Ia1e95dce8f272cb53186314025fdd81419fc9d4d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Create and pass references of flavor and image to tempest
When invoked from SDNVPN, Tempest scenario functest test cases
try to use flavor and image references from the tempest.conf file
which are currently empty.
This patch uses the default flavor that is created by the test
suite and the creates an image using the availabe cirros image,
which is deleted at the end.
JIRA: SDNVPN-209
Change-Id: I6a6fd636fec2c0fa7d35981ca51d59f06a4d9d69
Signed-off-by: nikoskarandreas <nick@intracom-telecom.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Check dev_os_env_file exists before loading it
The testcases should work even if no specific metadata are set.
Change-Id: I3fa6aea3588f37946a847042903f313e33a728f8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Fix result parsing in cloudify_ims
The previous regex failed when errors are listed [1].
[1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-fraser/194/console
Change-Id: I57c8bfb8968555c3d43267a06f2bb9a2b95a3268
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Fix so that testcases run in order.
A new key "order" was added in config.py file to prevent the
testcases executed in random order.
JIRA: SDNVPN-216
Change-Id: I4ee72cb98351e35bf50ecf9c6dd1506a59e34f6e
Signed-off-by: dimitris.tsiolakis <dmts@intracom-telecom.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "jjb/releng: fix compass-container $DOCKERFILE"
- jjb/releng: fix compass-container $DOCKERFILE
Use default $DOCKERFILE setting from downstream projects.
Change-Id: I0bfee5dcaef9a9eb7601548a1e5da5a5f8d51bb5
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Bug fix: pass variables in the class constructor
The Testcase class requires parameters in the constructor. We should pass
them or otherwise we get an error:
https://github.com/opnfv/functest-xtesting/blob/master/xtesting/core/testcase.py#L48
ERROR:
TypeError: "__init__() got an unexpected keyword argument 'project_name'"
Change-Id: I6f4b62b7ff201bf6878004e3fb452778c6b55f0e
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
* Update docs/submodules/releng from branch 'master'
- xci: Disable Centos jobs until Intel lab is back
Due to Intel lab maintenance, the number of slaves will go down so we need
to have fewer jobs running. Centos is known to be problematic upstream and
it is better to disable them until the lab is back online to ensure the jobs
for other distros are impacted less.
Change-Id: Ifd8624e45282d68bd7acdf283ef7a499e81990e9
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "build: fetch arm64 iso from opnfv artifacts site"
- build: fetch arm64 iso from opnfv artifacts site
Change-Id: I248d84be0fb0c6f18054c5fca8d6b5c091730153
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "use contrail-ansible-deployer to integrate opencontrail into k8s"
- use contrail-ansible-deployer to integrate opencontrail into k8s
Change-Id: If78430a159e13cf9456b9985d923a8ec107dc7cc
Signed-off-by: Forrest Zhu <zhichao.zhu8@gmail.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "stor4nfv: install ceph-ansible requirements"
- stor4nfv: install ceph-ansible requirements
Latest ceph-ansible deployment failed due to missing python-notario
package. This patch is to install all ceph-ansible required packages.
Reference ceph-ansible commit: https://bit.ly/2kyDy1K
Change-Id: I93d61c28ccddd079b5bd42ea09b9e2239dc5cadc
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "cobbler/arm64: disable swap"
- cobbler/arm64: disable swap
Update ubuntu preseed to disable swap partitions to meet K8s 1.9
requirements.
Change-Id: I3a24f16ffb99013254734b9cdbbbc21f06f693a9
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "update sriov spec on k8s v190"
- update sriov spec on k8s v190
Change-Id: Ie52233eae9aa6ebcf52d9f4df3dfbf9441a323b4
Signed-off-by: Di Xu <di.xu@arm.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "using compass to deploy harbor for private docker registry"
- using compass to deploy harbor for private docker registry
Change-Id: Ice2ee902632a390938c8f5facf3010e712d9c9c3
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "stor4nfv: support multiple architecture images"
- stor4nfv: support multiple architecture images
Change-Id: I2a3482873e37f58c8f16a02988770d6e78fd3ab6
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "bump image version to support k8s v1.9 on aarch64"
- bump image version to support k8s v1.9 on aarch64
Signed-off-by: Di Xu <di.xu@arm.com>
Change-Id: I0803fbd9225a1c8e80fed892a61ff91b6493c070
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "Upgrade Barometer plugin's grafana install"
- Upgrade Barometer plugin's grafana install
Change-Id: I14006138ae20fb2c24400a9cdfa3c389112fb6d0
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
|