Georg Kunz [Fri, 15 Jun 2018 20:20:01 +0000 (22:20 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Create specific flavor for neutron-l3-agent HA test
The neutron-l3-agent test assumes that a default image and flavor are
available. On current OPNFV deployments, these resources do not exist
anymore by default and hence the test case fails.
This patch enables Dovetail to create a specific flavor as part of the
test case config. This is temporary workaround until the test case
itself takes care of checking and creating all resources needed. A
ticket for the HA project has been created accordingly:
https://jira.opnfv.org/browse/HA-36
Change-Id: I6523d8411fe853a5645566b2fabe1409b5715491
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Georg Kunz [Thu, 14 Jun 2018 13:25:46 +0000 (15:25 +0200)]
Update git submodules
* Update docs/submodules/dovetail from branch 'master'
- Running BGPVPN Tempest tests as tempest_custom test
We need to disable one BGPVPN tempest test due to a bug in ODL. Since
the SDNVPN test framework does not allow for disabling a single test
case, we are switching to tempest_custom.
Change-Id: Ifbd7c1dc5e799d6a6c774e08e9fc1a3b2294b47c
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Tim Rozet [Mon, 18 Jun 2018 15:28:35 +0000 (11:28 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fetch mistral logs from undercloud
/var/lib/mistral path contains logs for when ansible is invoked by
TripleO for Ceph configuration as well as config download. This patch
now archives and fetches that directory. Logs in previous releases
like Queens store the Ceph logs in /var/log/mistral.
Change-Id: I50c43e55efaa5dbcf8b7fb00b0e11cd3288fdd05
Signed-off-by: Tim Rozet <trozet@redhat.com>
Cédric Ollivier [Mon, 18 Jun 2018 17:48:29 +0000 (19:48 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add minimal docstings in clearwater_ims_base.py
It will allow forcing 10/10 in any new patchset.
Change-Id: I4cc52a9fb66fdd2c0dcbf9915be262acedac8672
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Christian Trautman [Mon, 18 Jun 2018 19:13:58 +0000 (19:13 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "Xena_Flow_Fix: Fixes multistream of greater than 64k values"
- Xena_Flow_Fix: Fixes multistream of greater than 64k values
Adds calculations to deal with values greater than 64k by doing
a square root of the multistream value and using two mods
to create the closet possible value that will work within the
current implementation of multistream in VSPerf.
JIRA: VSPERF-575
Change-Id: I9dab4bbac094a394a11ed74fe2cd88fbe7079fc7
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Martin Klozik [Mon, 18 Jun 2018 18:40:11 +0000 (18:40 +0000)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "connections: Introduction of generic API"
- connections: Introduction of generic API
Redesign of vSwitch and vSwitch controller classes, to use generic
connection methods for configuration of vSwitch. This API
is more generic and vSwitch agnostic, thus deployment scenarios like
P2P, PVP, PVVP (i.e. PVVPx) can be used for all (currently)
supported vSwitches. Usage of new API will simplify an introduction
of new vSwitches in the future.
This patchset introduces following changes:
* OVS: implementation of add_, del_, dump_ connection(s) and their
validation methods
* VPP: bidir parameter removed - it is up to the deployment scenario
implementation to take care about bidirectional connections
* P2P and PXP controllers were updated to use connection methods
instead of flow related methods. Thus standard TCs will support
both OVS and VPP. NOTE, PVPV is not supported for VPP (yet?).
* refactoring of vSwitch interfaces and inherited classes
* VPP step driven TCs were replaced by standard TCs with appropriate
deployment scenarios. This is for backward compatibility with
TC reporting. Once reporting of VPP TC results into results DB will be
modified, this TCs can be removed.
* OVS routing tables support was generalized to support P2P and
PXP deployments and step driven TCs. Usage of OVS routing tables
is now configurable (turned off by default) for better comparison of
results among various vSwitches.
* Multistream pre_installed_flows feature was generalized to
support P2P and PXP deployments and step driven TCs.
* IxNet: TRAFFIC['l4']['dstport'] will be used as a start value for port
iteration if L4 multistream feature is enabled.
* OVS: default flow template is now configurable via OVS_FLOW_TEMPLATE
* OVS: support of TRAFFIC['flow_type']='ip' was generalized to work
with connection methods (i.e. with P2P and PXP deployments and
step driven TCs)
* integration TCs: modification of integration TCs and their macros to
utilize new generic connection based API
* CI: list of TCs for VERIFY & MERGE jobs was changed to run
the same generic tests for both OVS & VPP
* documentation update
* small fixes and improvements
JIRA: VSPERF-579
Change-Id: If4e6e6037929eab9f16c2bbcb8a0fb30e5d6f9b0
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Richard Elias <richard.elias@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Dimitrios Markou [Mon, 18 Jun 2018 12:49:52 +0000 (15:49 +0300)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- [Bug fix] Fix broken urls
Change-Id: Ide4d6f8a2a54f70522a01a7467bddcd69daf8531
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Martin Klozik [Tue, 5 Jun 2018 08:12:49 +0000 (10:12 +0200)]
Update git submodules
* Update docs/submodules/vswitchperf from branch 'master'
- ovs: Change default bridge names
Default names of OVS bridges used by vsperf were changed
to avoid accidental collision with 3rd party bridges
(e.g. linux bridges) already configured at DUT.
Step driven testcases, which extend existing deployment
scenarios, were updated to use appropriate configuration
options instead of hardcoded bridge names.
JIRA: VSPERF-580
Change-Id: I8c7eee6d8f6532485ec3a2cc06f26515e665fb7e
Signed-off-by: Martin Klozik <martin.klozik@tieto.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: Richard Elias <richard.elias@tieto.com>
Tim Rozet [Mon, 18 Jun 2018 14:47:10 +0000 (10:47 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Enable OS master clients with Tempest
We want to use OS master clients when testing with master OpenStack
(scenarios without any branch in the name).
Change-Id: I6b2814dcb6fd7e8a650782e13c1a765320e8cf98
Signed-off-by: Tim Rozet <trozet@redhat.com>
valentin boucher [Mon, 18 Jun 2018 14:39:50 +0000 (14:39 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Leverage on new opnfv/functest-tempest"
- Leverage on new opnfv/functest-tempest
It simplifies components, features and smoke containers and they can
now leverage on tempest.
Change-Id: Ie5564b8ba8a58670827af74371194d2583801f1b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Alexandru Avadanii [Mon, 18 Jun 2018 14:35:19 +0000 (14:35 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[patch] OVS bridges should not use 'auto'"
- [patch] OVS bridges should not use 'auto'
Change-Id: I0db7b9ee5af77f9e2d580c4ace9fa7d7f17c8d85
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Michael Polenchuk [Mon, 18 Jun 2018 12:46:25 +0000 (16:46 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Rectify nova placement API check
* make a GET request to placement service as it returns 200 with
version data starting from nova 17.0
* turn on nova image preallocation mode on baremetal computes
* double salt worker threads by number of available CPU
Change-Id: I509cbab3b4b8460452f5e487e457edfedd5da29a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Trevor Bramwell [Mon, 18 Jun 2018 14:23:07 +0000 (14:23 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Update tox jjb command to use jjb 2.0.3"
- Update tox jjb command to use jjb 2.0.3
2.0.3 is the current JJB version being used by OPNFV.
This removes 'jjb/global' from the positional arguments as overriding
with '-- jjb' will throw errors files are included twice.
Change-Id: If9014fd8a5b92ade89d97994ea1b58f0b227c65a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Abhijit Sinha [Mon, 18 Jun 2018 10:54:49 +0000 (10:54 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge changes from topic 'convert-sla-asserts-to-raises'
* changes:
Replace MagicMocks with Mocks from SearchRunner UTs
Add vsperf_dpdk SLA validation unit test cases
Cleanup vsperf unit tests
- Replace MagicMocks with Mocks from SearchRunner UTs
This patch replaces unneeded MagicMocks with Mocks from TestSearchRunner
and TestSearchRunnerHelper.
JIRA: YARDSTICK-1169
Change-Id: I30a7bbc71c0b1062e6c0dfe634a5a8f1ecb7c684
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
- Add vsperf_dpdk SLA validation unit test cases
JIRA: YARDSTICK-1228
Change-Id: Ic32f2bcd7f8bdf718c9c266666409d32ecab4924
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
- Cleanup vsperf unit tests
Remove unneeded mock return values and improve the test execution.
Add unit test cases about SLA validation.
JIRA: YARDSTICK-1227
Change-Id: I90b8b9c4cb6a57ae4b0869e84af0da43ee22a670
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Abhijit Sinha [Mon, 18 Jun 2018 10:53:37 +0000 (10:53 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Convert SLA asserts to raises"
- Convert SLA asserts to raises
This commit converts Python assertions to a custom exception in all
places where SLA validation is checked with an assertion.
This commit also fixes all emerged pylint errors.
JIRA: YARDSTICK-966
Change-Id: If771ed03b2cbc0a43a57fcfb9293f18740b3ff80
Signed-off-by: Miikka Koistinen <miikka.koistinen@nokia.com>
Emma Foley [Tue, 20 Feb 2018 16:19:50 +0000 (16:19 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Stop running tests from tests/unit
Since all tests have been moved into yardstick/tests,
temperary code to run tests in both tests and yardstick/tests
should be removed.
JIRA: YARDSTICK-837
Change-Id: I3bf3c9ece9bc8457d992e53ee8cc5cadb1dec8f0
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Rodolfo Alonso Hernandez [Mon, 18 Jun 2018 08:42:12 +0000 (08:42 +0000)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "Cleanup BaseMonitor unit tests"
- Cleanup BaseMonitor unit tests
Stop multiprocessing queues to avoid BrokenPipe exception.
Assert correctly the raise of exceptions.
JIRA: YARDSTICK-1229
Change-Id: I1a1c92c49a439283a35c9a69b59d6866f35ec09a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Cedric Ollivier [Mon, 18 Jun 2018 08:00:55 +0000 (08:00 +0000)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Merge "Config flavor metadata via functest - docs update"
- Config flavor metadata via functest - docs update
Related to the merged patch :
"SNAPS via functest with flavor metadata configurable"
Functest documents are updated accordingly.
Change-Id: I874f041935f64b7240a5ec5de6e9c89b0f4a09fd
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Cédric Ollivier [Sun, 17 Jun 2018 12:58:36 +0000 (14:58 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Add functest-tempest jjbs
Change-Id: I235be16a5f6818801cc1ba2ba2f67ec27e43a90c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 17 Jun 2018 10:29:12 +0000 (12:29 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Allow overriding the default OPENSTACK_TAG
It allows building containers vs other upper-constraints and then
reusing our Dockerfiles for an older or newer OpenStack versions.
Change-Id: I160e6f7175a11684846cad86c3d47269c88a08ea
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 17 Jun 2018 08:31:15 +0000 (10:31 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Run unit tests as travis-ci job
tox doesn't run perm and py35:
- travis-ci doesn't set the classical umask
- ubuntu 14.04 doesn't provide any python 3.5 package
Change-Id: I72ba109b183f079a833a4bab4ab4853d4870ce49
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 17 Jun 2018 11:36:12 +0000 (13:36 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix invalid method names in vnfs
Change-Id: Icff1a53ffd7b59d46543b79571b45872a9f243c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 17 Jun 2018 09:41:08 +0000 (11:41 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Mock os.makedirs() in test_odl.py
os.makedirs() is called before calling robot.run.
Change-Id: Id651428343510683cd616d8101d22a73ccbf3dad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 17 Jun 2018 08:15:01 +0000 (10:15 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Run unit tests vs different upper-constraints
It allows setting different upper-constraints (i.e. run unit test vs
OpenStack master).
Change-Id: Ie4f433a9f6b4c68a43ea259abb0f95270fc908ad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 17 Jun 2018 07:18:13 +0000 (09:18 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Add functest-tempest container
It avoids duplicating operations between functest-smoke,
functest-components, functest-vnf...
It eases building new containers for new tempest-based testcases.
Change-Id: I73b973588f4eb70d1e5874d06d030c5a5d729e95
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 16 Jun 2018 16:07:25 +0000 (18:07 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Update travis-ci config
It stop cross-compiling for arm and creating functest-parser
manifests.
Change-Id: Ic9567232d876e36b3adbff4bc1d4d23ff9ef3b81
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Fri, 15 Jun 2018 15:55:23 +0000 (17:55 +0200)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- Fix pylint warnings in clearwater_ims_base
Change-Id: I663bd2826e43ce888990b012df27ca94e2d49a8d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sun, 17 Jun 2018 12:54:48 +0000 (14:54 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Update FUNCTEST suite and tier names
Change-Id: I0bef73cf17e845faf3e1da42a07c5ada767fd731
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Update Functest testcase list
Change-Id: I1f9d2d594d1bd0e09edf4dd51cae2355623de7c2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Run opnfv/functest-parser in Fraser daily jobs
Change-Id: I0a114482bdcb09beb634afd747b7c32f29d356cf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Cédric Ollivier [Sat, 16 Jun 2018 05:40:58 +0000 (07:40 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Stop running containers in privileged mode
It should be useless in case of Functest.
Change-Id: Iac214dc484079bf17bbbfc08c28554835fac3f69
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Luc Provoost [Fri, 15 Jun 2018 20:39:28 +0000 (22:39 +0200)]
Update git submodules
* Update docs/submodules/samplevnf from branch 'master'
- Adding centos.json to be used with packer to generate a VM with PROX
Based on a CentOS cloud image downloadable from the web, you can now use
packer to create an image that has DPDK and PROX installed in the
proper directories. The VM is also tuned for guest VNFs.
A service is also created to deal with the proper isolated_cpu settings
for tuned. The service will also make sure uio and igb_uio are loaded.
The prox_user_data.sh is not needed any more and hence deleted.
ctrl-c of runrapid.py will now also stop prox in all the VMs so a new
test can be started.
Change-Id: I16cc59878e2d4912757f42e05f98d51dff5feb89
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Tim Rozet [Sat, 16 Jun 2018 03:00:48 +0000 (23:00 -0400)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Apex: Adds missing nosdn scenarios to daily
Change-Id: Ib1f508461c22e01ea2e9a7d855f79ed7aa25f68a
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Sat, 16 Jun 2018 02:54:52 +0000 (22:54 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Adds missing queens deploy settings files
Change-Id: I87508e6d486ade6e4acd8dec69a4c867b0d81252
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 5 Jun 2018 01:19:22 +0000 (21:19 -0400)]
Update git submodules
* Update docs/submodules/apex from branch 'master'
- Fixes deployment failure with allNodesConfig
This pulls in upstream patch to revert a bad commit that causes the
"Unknown Property controller_ips". Also includes a fix for being able to
detect if patches that are merged upstream are also promoted into
TripleO images or container images. This happens by comparing the time
the patch was submitted to the time when the TripleO Image or Docker
Image was last updated.
JIRA: APEX-610
JIRA: APEX-612
Change-Id: I1c2ab7fb4425b407acd7b6d9ebab914ed3a24478
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Fri, 15 Jun 2018 19:34:07 +0000 (19:34 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[Dovetail] Increase frequency of Dovetail runs on Apex"
- [Dovetail] Increase frequency of Dovetail runs on Apex
Run Dovetail tests on every deployment of os-nosdn-nofeature to improve
testing turn-around time as we are approaching the next release of
Dovetail.
Change-Id: Ie4baf3c2f607aaf09135c4021258e9afb0aec826
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Yang (Gabriel) Yu [Wed, 13 Jun 2018 09:23:12 +0000 (17:23 +0800)]
Update git submodules
* Update docs/submodules/bottlenecks from branch 'master'
- Update Dockerfile
1. Openstack command lines keep poping up warnings which
cause reading comand results wrongly.
2. Update the ubuntu version and packages to remove redundance
which is a historical debt.
Change-Id: I3cdb7a9ec3f0bc41ecfe5b8bf9d44878485de40f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
Periyasamy Palanisamy [Fri, 15 Jun 2018 15:16:10 +0000 (15:16 +0000)]
Update git submodules
* 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>
Cédric Ollivier [Fri, 15 Jun 2018 06:22:38 +0000 (08:22 +0200)]
Update git submodules
* 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>
Cédric Ollivier [Fri, 15 Jun 2018 06:19:18 +0000 (08:19 +0200)]
Update git submodules
* 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>
Cédric Ollivier [Fri, 15 Jun 2018 06:15:10 +0000 (08:15 +0200)]
Update git submodules
* 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>
Steven Pisarski [Fri, 15 Jun 2018 14:51:28 +0000 (14:51 +0000)]
Update git submodules
* 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>
Alexandru Avadanii [Fri, 15 Jun 2018 13:01:11 +0000 (15:01 +0200)]
Update git submodules
* 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>
xudan [Fri, 8 Jun 2018 08:27:26 +0000 (04:27 -0400)]
Update git submodules
* 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>
Bill Morrisson [Thu, 14 Jun 2018 12:48:27 +0000 (12:48 +0000)]
Update git submodules
* 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>
Morgan Richomme [Fri, 15 Jun 2018 10:08:45 +0000 (10:08 +0000)]
Update git submodules
* 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>
Harry Huang [Fri, 15 Jun 2018 06:18:50 +0000 (14:18 +0800)]
Update git submodules
* 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>
Markos Chandras [Fri, 15 Jun 2018 09:07:41 +0000 (09:07 +0000)]
Update git submodules
* 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>
Rodolfo Alonso Hernandez [Fri, 15 Jun 2018 08:41:37 +0000 (08:41 +0000)]
Update git submodules
* 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>
Michael Polenchuk [Thu, 14 Jun 2018 17:45:29 +0000 (21:45 +0400)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Get back to salt 2016.11
Change-Id: Id024ed22dd1760f41ae18aeb8e680c2f07a5dc63
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Cédric Ollivier [Thu, 14 Jun 2018 19:20:59 +0000 (21:20 +0200)]
Update git submodules
* 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>
Cédric Ollivier [Thu, 14 Jun 2018 18:51:41 +0000 (20:51 +0200)]
Update git submodules
* 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>
Georg Kunz [Thu, 14 Jun 2018 17:43:47 +0000 (19:43 +0200)]
Update git submodules
* 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>
Stephen Wong [Fri, 15 Jun 2018 00:24:57 +0000 (00:24 +0000)]
Update git submodules
* 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>
Stephen Wong [Fri, 15 Jun 2018 00:24:19 +0000 (00:24 +0000)]
Update git submodules
* 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>
Stephen Wong [Fri, 15 Jun 2018 00:23:46 +0000 (00:23 +0000)]
Update git submodules
* 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>
Stephen Wong [Fri, 15 Jun 2018 00:22:11 +0000 (00:22 +0000)]
Update git submodules
* 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>
Stephen Wong [Fri, 15 Jun 2018 00:21:42 +0000 (00:21 +0000)]
Update git submodules
* 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>
spisarski [Thu, 14 Jun 2018 21:42:11 +0000 (15:42 -0600)]
Update git submodules
* 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>
Rodolfo Alonso Hernandez [Thu, 14 Jun 2018 17:07:41 +0000 (17:07 +0000)]
Update git submodules
* 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>
Alexandru Avadanii [Thu, 14 Jun 2018 15:33:34 +0000 (17:33 +0200)]
Update git submodules
* 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>
Emma Foley [Thu, 14 Jun 2018 14:50:01 +0000 (14:50 +0000)]
Update git submodules
* 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>
Rodolfo Alonso Hernandez [Thu, 14 Jun 2018 13:14:27 +0000 (14:14 +0100)]
Update git submodules
* 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>
Alexandru Avadanii [Thu, 14 Jun 2018 13:41:13 +0000 (15:41 +0200)]
Update git submodules
* 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>
xudan [Tue, 29 May 2018 06:42:11 +0000 (02:42 -0400)]
Update git submodules
* 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>
Daniel Farrell [Tue, 5 Jun 2018 13:54:33 +0000 (09:54 -0400)]
Update git submodules
* 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>
Trevor Bramwell [Wed, 13 Jun 2018 20:13:34 +0000 (20:13 +0000)]
Update git submodules
* 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>
Trevor Bramwell [Wed, 13 Jun 2018 20:13:24 +0000 (20:13 +0000)]
Update git submodules
* 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>
Paul Vaduva [Wed, 13 Jun 2018 17:26:26 +0000 (19:26 +0200)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Remove quotes from PROJECT env
Change-Id: I0e169b8ea3135a49ccfed9fe9fe3550017faab95
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Cedric Ollivier [Wed, 13 Jun 2018 17:25:07 +0000 (17:25 +0000)]
Update git submodules
* 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>
Alexandru Avadanii [Wed, 13 Jun 2018 16:22:57 +0000 (18:22 +0200)]
Update git submodules
* 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>
nikoskarandreas [Tue, 29 May 2018 13:00:47 +0000 (16:00 +0300)]
Update git submodules
* 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>
Cédric Ollivier [Wed, 13 Jun 2018 12:19:24 +0000 (14:19 +0200)]
Update git submodules
* 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>
Cédric Ollivier [Wed, 13 Jun 2018 12:56:23 +0000 (14:56 +0200)]
Update git submodules
* 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>
dimitris.tsiolakis [Tue, 12 Jun 2018 11:12:25 +0000 (14:12 +0300)]
Update git submodules
* 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>
mei mei [Wed, 13 Jun 2018 11:22:35 +0000 (11:22 +0000)]
Update git submodules
* 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>
Manuel Buil [Tue, 12 Jun 2018 14:23:38 +0000 (16:23 +0200)]
Update git submodules
* 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>
Fatih Degirmenci [Wed, 13 Jun 2018 07:36:11 +0000 (09:36 +0200)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:29:25 +0000 (06:29 +0000)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:28:34 +0000 (06:28 +0000)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:27:31 +0000 (06:27 +0000)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:26:37 +0000 (06:26 +0000)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:26:07 +0000 (06:26 +0000)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:25:48 +0000 (06:25 +0000)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:25:12 +0000 (06:25 +0000)]
Update git submodules
* 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>
Justin chi [Wed, 13 Jun 2018 06:18:36 +0000 (06:18 +0000)]
Update git submodules
* 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
Justin chi [Wed, 13 Jun 2018 06:08:29 +0000 (06:08 +0000)]
Update git submodules
* 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>
Trevor Bramwell [Tue, 12 Jun 2018 22:28:06 +0000 (22:28 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "[yardstick] update yardstick email list"
- [yardstick] update yardstick email list
remove Ross as he is no longer PTL.
Change-Id: I2661cf09cae4be5c16d06a237d2dbe1c7c591cfc
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Trevor Bramwell [Tue, 12 Jun 2018 22:24:13 +0000 (22:24 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Remove obsolete iptable rules"
- Remove obsolete iptable rules
It simply breaks parallel testing and seems useless/deprecated.
Change-Id: I7dafa65f4acfdabb089cf0e10c66d5eb632500c6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Trevor Bramwell [Tue, 12 Jun 2018 22:19:18 +0000 (22:19 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Add separate fraser jobs to Barometer container builds"
- Add separate fraser jobs to Barometer container builds
In order to support additonal features that have been added to
collectd since the 5.8 release, there needs to be a separate
stable and master container so we can support the new features
as well as the stable release.
This change will allow us to increment the version of collectd
as we add functest support, config guides and documentation,
while keeping the stable version container intact and available
for users to download.
JIRA: BAROMETER-102
Change-Id: I06ca84581a2e0f1a994cedf53aebc8f5cc3e7535
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Trevor Bramwell [Tue, 12 Jun 2018 22:17:25 +0000 (22:17 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Auto: Project Modification in armband jobs"
- Auto: Project Modification in armband jobs
In order for us to run a job template from
armband project and to override the project
parameter that defaults to auto we need to
modify the template for the deploy job from
armband.
Change-Id: Idf465107eb571d632dc09dbcce8e4c796648dc4b
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Tim Rozet [Tue, 12 Jun 2018 21:38:28 +0000 (21:38 +0000)]
Update git submodules
* Update docs/submodules/releng from branch 'master'
- Merge "Apex: disable functest for k8s deployment in gate job"
- Apex: disable functest for k8s deployment in gate job
Change-Id: I554dd364dbcbef03c4bc54bc026af22f8d95d34f
spisarski [Mon, 11 Jun 2018 19:24:26 +0000 (13:24 -0600)]
Update git submodules
* Update docs/submodules/snaps from branch 'master'
- Added MTU network config and updated flavor_metadata test support
JIRA: SNAPS-315
Change-Id: Ie4cbab24ea0af41e93c475e04c9440422617466f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Panagiotis Karalis [Thu, 7 Jun 2018 13:11:33 +0000 (16:11 +0300)]
Update git submodules
* Update docs/submodules/functest from branch 'master'
- SNAPS via functest with flavor metadata configurable
The required data for the SNAPS flavors are sent through
the config_functest yaml file in order for the SNAPS scenarios to be
configured accordingly.
If the config_functest yaml file includes empty flavor_extra_specs
or there is not included this parameter, the SNAPS scenarios will be
executed using the hardcoded value.
Change-Id: I4ef46d1fe93497d658414170a72c4520d8f37808
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
- Revert "Stop rolling snaps (bypass bugfixes)"
This reverts commit
8c285c3fb56ce144ff7eb095b6fa401e29a03fc4.
Change-Id: I2acc1cdc7fe2d12c6eb3d100f76c2dc3e502522f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Rodolfo Alonso Hernandez [Thu, 12 Apr 2018 14:08:58 +0000 (15:08 +0100)]
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Improve IXIA IxNetwork library and traffic profile (4)
This patch implements an active wait for the traffic injection. Once the
traffic is started, the traffic generator class will poll periodically the
IXIA traffic generator chassis to retrieve the status of the traffic
("started", "stopped").
Now the latency statistics are retrieved and reported for each injection
period.
JIRA: YARDSTICK-1116
Change-Id: I4422e2c88b4fc97b7cac3de8a82b2d75467c4117
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
- Improve IXIA IxNetwork library and traffic profile (3)
This patch modifies IP packet parameters.
"IxNextgen.update_ip_packet" modifies the L3 packet according to the
test case and setup the IP addresses.
JIRA: YARDSTICK-1116
Change-Id: I46ff75ab1989d0e6f5cc876418a015386717e06f
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
- Improve IXIA IxNetwork library and traffic profile (2)
This patch modifies the way the packet frame and the flow is configured
before the injection.
"IxNextgen.update_frame" modifies the L2 frame according to the
test case and setup the frame rate, frame size, traffic injection
duration and MAC addresses.
JIRA: YARDSTICK-1116
Change-Id: Ife08f15a4eda24d7835c92c4172b450854d112ee
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
- Improve IXIA IxNetwork library and traffic profile (1)
This patch introduces a new way to configure the TCL IxNetwork server.
All the configuration is done using the TCL API, removing the need of
using the pre-saved configuration file.
"IxNextgen.assign_ports" creates and assigns the virtual ports for each
physical port defined in the test case.
"IxNextgen.create_traffic_item" creates one traffic item and two flow
groups per pair of ports, in both directions.
"IxNextgen.gt_statistics" retrieves only the required statistics to
generate the samples blob in the traffic generator.
JIRA: YARDSTICK-1116
Change-Id: I8f1c0c55e99c274b2ed8276ed9a385c502e16d93
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Alexandru Avadanii [Tue, 12 Jun 2018 14:28:30 +0000 (16:28 +0200)]
Update git submodules
* Update docs/submodules/armband from branch 'master'
- u/fuel: Bump & rebase for sphinx metadata fix
Change-Id: I5cd68ef6cb5b1d3f2423ea9f69eaa64daa85a03f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 12 Jun 2018 14:14:53 +0000 (14:14 +0000)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- Merge "Adding reclass sections to idf-pod1 file"
- Adding reclass sections to idf-pod1 file
reclass section is necessary to setup hugepages
size to 2M per hugepage as the defaults are 1G
which are not supported by thunderx. Plus adding
ntp servers to unh-pod1
Change-Id: I9cd2a8105032035a519411b80f95675a997a1fbd
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Alexandru Avadanii [Fri, 8 Jun 2018 17:07:47 +0000 (19:07 +0200)]
Update git submodules
* Update docs/submodules/pharos from branch 'master'
- [idf.fuel] Add NTP for new virtual PODs
Change-Id: I6172e909c51e796b16f62f2d8e0cb0497306ce2a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Tue, 12 Jun 2018 13:58:07 +0000 (13:58 +0000)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- Merge "[ha] Fix salt state apply on ctl VCP nodes"
- [ha] Fix salt state apply on ctl VCP nodes
Sphinx metadata collection does not check whether a haproxy server
is enabled or not, so keep full 'heat_cloudwatch_api' configuration
in place to prevent breakage; and just disable it instead.
Change-Id: I9fda1f3d2829b89ea8e425ae831a54484651f60a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Mon, 11 Jun 2018 17:27:32 +0000 (19:27 +0200)]
Update git submodules
* Update docs/submodules/fuel from branch 'master'
- [ha] Retry salt.minion state apply
Baremental compute nodes time out with 'Not connected' or
'No response' while trying to apply `salt.minion` highstate after
the Salt 2017.7 bump, retry applying it up to 5 times.
Change-Id: I67f74c65a7cebe0a0b4c2812fa0ced6c1144be58
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Manuel Buil [Tue, 12 Jun 2018 08:27:12 +0000 (10:27 +0200)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Remove the pike specific files
We are already preparing for Gambia release and that means Openstack
Queens for the traditional release track. Therefore, we can remove
the specific configs for Openstack Pike
Change-Id: Ib49a53e73ae1020aaead8a897dff8733147d87ac
Signed-off-by: Manuel Buil <mbuil@suse.com>
Panagiotis Karalis [Fri, 18 May 2018 13:29:39 +0000 (16:29 +0300)]
Update git submodules
* Update docs/submodules/sfc from branch 'master'
- Rethink the clean up process
Using the '--nocleanup' parameter as part of command,
the cleanup mechanism could be disable.
Otherwise, the cleanup method is executed even if a exception has been raised.
Change-Id: I9638369900f599793393feb5184c30b74f1b7c7e
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>