Age | Commit message (Collapse) | Author | Files | Lines |
|
Just removing releng from .gitmodules is not enough.
Change-Id: Ic275d6b87ef60fe24b5be8c0142f4a704b666b2b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/stor4nfv from branch 'master'
- Update entry_point to conform with Xtesting
Functest is being updated to Xtesting 0.60 which leverages on
stevedore [1].
[1] https://docs.openstack.org/stevedore/latest/
Change-Id: I39bc26b6a7cd5b0aee071d1d543701c1adf9acc9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
* Update docs/submodules/daisy from branch 'master'
- Fix unittest
openrc was changed in [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/59839/
Change-Id: I30191475ce9a1b27a66d147519583d80b158547a
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
|
|
* Update docs/submodules/functest from branch 'master'
- Update scenario section in tempest.conf
It's required at least by Barbican tempest plugin.
Change-Id: I46a65ee5fee044917c5375adaa8ebb529efe86ec
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "[ha] Fix ovn-ha scenario"
- [ha] Fix ovn-ha scenario
openstack/control.yml
-redefine database host ip inherited from
system.neutron.control.cluster
Change-Id: Ic8e61c61c7ebb17f31e0c53f8d9e3a013f8a3e9e
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
|
|
* Update docs/submodules/calipso from branch 'master'
- updated calipso installer
Change-Id: Ib1b0e13be5f969713d0cd1471cde474de486b458
Signed-off-by: Ilia Abashin <abashinos@gmail.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Fix the default scenario name for K8S Yardstick testing"
- Fix the default scenario name for K8S Yardstick testing
deploy-scenario:k8-nosdn-nofeature
installer-type:kubespray
Change-Id: Ieb531b66bd36bbf8c28f755a52a98f0b41ae5efa
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Revert "Set OS_INSECURE to true for Yardstick""
- Revert "Set OS_INSECURE to true for Yardstick"
The issue is fixed upstream.
This reverts commit 40ecfaf96e73520f3a2358c46cd97c1f6c3b58c6.
Change-Id: I8268372173721157d239c1978cdfe8d035613854
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "xci: osa: Update openrc role"
- xci: osa: Update openrc role
This update fixes the values for OS_INSECURE and OS_VERIFY
Change-Id: I7d49bd493bde18f40122721188b006052cf7a901
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Set OS_INSECURE to true for Yardstick
Change-Id: I0ec6755cb9f9a5b79b359d544082f966903d42bd
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Merge "Enable yardstick k8s"
- Enable yardstick k8s
installer-type:kubespray
deploy-scenario:k8-nosdn-nofeature
Change-Id: If81aef632b064565fbf5c308909b44ff7409c33e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Fix openrc OS_CACERT for yardstick docker container
The openrc should contain the path to OS_CACERT within container, not
on opnfv vm.
Change-Id: Ief4cb4ae647ff0f2cd4f3ebe8a2993bb71b0363f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "[noha] Set MTU on tenant/private dpdk interface"
- [noha] Set MTU on tenant/private dpdk interface
Enable jumbo frames on tenant/private interface as well so that
an instance can get the DHCP response from gateway node.
Change-Id: I9407fa67e9e0cdbe50335e4430748b0e45ba841a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Add file upload/download and configure URL paths"
- Add file upload/download and configure URL paths
- Compile nginx from source in order to employ additional modules
- Add nginx-upload-module for high performance file upload that
avoids the need for file copies with a web application.
- File upload allows for placement of files for file download
for performance benchmarking.
- File upload can also be used directly for bi-directional throughput
testing having emulated clients upload files while file downloads
simultaneously occur.
- Nginx file upload stores files with hash to avoid conflicting
file names. Upload block in nginx config is configured to send
REST message to clover-controller with file metadata (original
filename, size, etc.) clover-controller will be responsible for
modifying the hashed filename and placing in a target directory
within an nginx server.
- Build also adds nginx-rtmp module to act as streaming media server
L7 loader will be extended to fetch streaming files from RTMP
servers.
- Add ability to create directories in server site root
and create the location directive(s) in nginx configuration
- Separated upload for configuration (download
files in various paths) from upload for testing (upload
to create bi-directional session throughput)
- Upload for testing does not sent upload metadata to
clover-controller
- Added ability to move upload files to file folders in the nginx site
root to use for download
- Delete files in upload folder
- Fixed issue with 426 Upgrade Required error message
when upload module sends upload metadata to clover-controller
- Added server name to metadata sent to clover-controller
Change-Id: Ib4cf6240f92360b82f378c062675f4fdaa19ca93
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Update entry_point to conform with Xtesting"
- Update entry_point to conform with Xtesting
Functest is being updated to Xtesting 0.60 which leverages on
stevedore [1].
[1] https://docs.openstack.org/stevedore/latest/
Change-Id: I2c162c8e08a580f80b547b3a1cd6cc700d12c858
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Modsecurity as a service"
- Modsecurity as a service
JIRA: CLOVER-68
1. Add Dockerfile and related files to build clover's modsecurity Docekr container
2. Add mainfest to install the Modsecurity in kubernetes cluster
Change-Id: Ia92926e730c04720f931999d7ec30565ce9e54be
Signed-off-by: JingLu5 <lvjing5@huawei.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "Add test-scheduler dir to verity"
- Add test-scheduler dir to verity
Change-Id: Ia333d9d3b79a0f51cf003e608a651a4f5551de2f
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- repair .gitignore bug
JIRA: BOTTLENECK-244
modify testing-scheduler/.gitignore to include the dir:
testing-scheduler/ui/build
Change-Id: I99ed672bb0e9a2fb2c70feba9a89a699a9ca8455
Signed-off-by: LeoQi <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Update entry_point to conform with Xtesting
Functest is being updated to Xtesting 0.60 which leverages on
stevedore [1].
[1] https://docs.openstack.org/stevedore/latest/
Change-Id: Ic47a61b547ee41ca60c5d393f82c907ca27ba97a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
Removes the releng submodule, adds the pre-installed intersphinx to the
list of extentions, and updates the releng links to point to the RTD
site.
Change-Id: I334077920e7aebbecc7e91d586110617622bb609
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- Create script to run yardstick
The created script runs the yardstick in similar way the functest
script does.
installer-type:osa
deploy-scenario:os-nosdn-nofeature
Change-Id: Ic03445ec03fcfec8dc0d09f638e7cb1187fef883
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Protect vs OS_ENDPOINT_TYPE in shaker"
- Protect vs OS_ENDPOINT_TYPE in shaker
Else a conflict can occur between OS_INTERFACE and OS_ENDPOINT_TYPE.
Change-Id: I3e0237857f95e506706fb852889308ea82e41e84
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "xci: Log functest results to console for daily jobs"
- xci: Log functest results to console for daily jobs
Change-Id: Ic3f31fea8170af8b1e9845856976ef57df496e1e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "xci: Switch to functest-smoke for daily jobs"
- xci: Switch to functest-smoke for daily jobs
Change-Id: I958c8f857c28a45c009daba36c4bcef7adda4bbe
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Merge latest changes to Dashboard from L2FWD to L3FWD dashboard"
- Merge latest changes to Dashboard from L2FWD to L3FWD dashboard
Come changes re: Status == "Result" and Status == "Success" and
L3FWD changes onto latest L3FWD Dashboard
Change-Id: I62d0cfc30167085ad5efe348ab118f1defbc4901
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "NSB NFVi PROX Missing VNF Statistics for CPU Utilization"
- NSB NFVi PROX Missing VNF Statistics for CPU Utilization
JIRA: YARDSTICK-1404
The test scripts require an extra argument to support collectd.
Also the CPU utilization is a different variable name structure
in the JSON file.
Change-Id: I127b7e86c0f93f7743331a2d71eb81d690e42471
Signed-off-by: Daniel Martin Buckley <daniel.m.buckley@intel.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Merge "[scenario] Factor out common nodes, states"
- [scenario] Factor out common nodes, states
Make the bulk of scenario files static again by shifting out all
common virtual nodes (mas01) and states (virtual_init, maas etc.)
to default.yaml(.j2).
This allows us to parse scenario-specific data during first j2
expansion, preparing for the new Pharos installer adapter that
relies on `conf.virtual.nodes.control` length to construct the
proper list of MaaS node definitions (kvm{01,02,03} vs {ctl01,gtw01}).
Change-Id: I666ab5bd6bb2a42f98646af51950f6b9fffa0e8b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
* Update docs/submodules/releng from branch 'master'
- xci: Pass functest tier and suite to downstream jobs
Change-Id: I206b729c09d30eb81432d11638c2654a96c3b9e8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "add docker build scripts for testing-scheduler"
- add docker build scripts for testing-scheduler
JIRA: BOTTLENECK-239
add build and run scripts of docker.
Change-Id: Ide7ff57380039f579fabbd6c18ddd794dcae220b
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "the environment page in frontend of testing-scheduler"
- the environment page in frontend of testing-scheduler
JIRA: BOTTLENECK-238
the environment page provides configuration setting operations.
Change-Id: I79f93bfc0c66c37a3f58d042669cbb61d3bad848
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "the detail page of testcase in frontend of testing-scheduler"
- the detail page of testcase in frontend of testing-scheduler
JIRA: BOTTLENECK-237
the pages provide the testcase content and operations on it.
Change-Id: I0c0dd39c9a285179f2192211487c2f9d9808c523
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "add testsuite and testcase list pages in frontend of testing-scheduler"
- add testsuite and testcase list pages in frontend of testing-scheduler
JIRA: BOTTLENECK-236
add two base pages: testsuite page and testcase list page.
Change-Id: I2c8eefac58893b0a3c0fb9c20f724f8612893dc0
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "provide REST api for frontend of testing-scheduler"
- provide REST api for frontend of testing-scheduler
JIRA: BOTTLENECK-235
the REST api code in backend part.
Change-Id: I1f53ed5f0f87e6908ff4fd27f752ec2c185dc9be
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "parser script and step class in backend code of testing-scheduler"
- parser script and step class in backend code of testing-scheduler
JIRA: BOTTLENECK-234
add the main parse function and base classes of step.
Change-Id: Id7554ed065ada84f23b3ca498ffb89c1127850b5
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "function of generating workflow config file in server part of testing-scheduler"
- function of generating workflow config file in server part of testing-scheduler
JIRA BOTTLENECK-233
A module to help generating the config files which are sent to conductor server.
Based on these config files, conductor can start a workflow.
Change-Id: Ibdd71be6454fe2bd2b8718da0c300827897959e0
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/bottlenecks from branch 'master'
- Merge "conductor module in server part of testing-scheduler."
- conductor module in server part of testing-scheduler.
JIRA: BOTTLENECK-232
encapusulate the invoking methods to conductor server in a module.
Change-Id: I718c6eed5e75ac01f267688b5694ec35db175b48
Signed-off-by: Zheng Qibin <QibinZheng2014@tongji.edu.cn>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Remove vmtp and shaker from docker/smoke/testcases.yaml"
- Remove vmtp and shaker from docker/smoke/testcases.yaml
Change-Id: Ic5754821542e873bb7d33a8864a852993947b762
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- xci: osa: Restore self-signed XCI certificate
This reverts commit cc583f30f881ba956fb4f1402aa4dd1608b27da2.
We still need to have control over the generated certificates so lets
keep creating our own.
deploy-scenario:os-nosdn-nofeature
installer-type:osa
Change-Id: I9e730bce2dba578ca0b561b168eaf1c2eca1282d
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Create network via admin user"
- Create network via admin user
It creates the network via admin user as segmentation id may be set.
Change-Id: I853f40e09aee9a658fc2373cd7e8bf00e3c0c3ad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Avoid cloning repos
It inits the repos and fetch the required tags/ids/branches.
All tags are fetched to meet pbr requirements.
Change-Id: I0accd8ad04b93d63857e301dea11af69e0edf957
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng-xci from branch 'master'
- xci: osa: Update ansible role for configuring the proxy server
The old role has disappeared so we have to use another one.
Change-Id: I8533912a19680e93a9cf061109019a0801485936
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
* Update docs/submodules/clover from branch 'master'
- Merge "Add docker and deployment scripts for exemplar video streaming microservice"
- Add docker and deployment scripts for exemplar video streaming microservice
JIRA: CLOVER-72
This issue falls under the "Edge Cloud-Native Cluster" intern project and is a part of both Clover and Edge cloud projects. The scripts added are of an exemplar video streaming microservice designed to run on the raspberry pi edge cluster. This commit includes the docker scripts to containerize the UV4L stream and the kubernetes deployment script to correctly run the microservice as a pod on the cluster. The detailed description of the project and the instructions for using the scripts are documented in the README.
Change-Id: Ice4e5e7e63c2eb617556eaef1255801ffac851e7
Signed-off-by: adarsh1001 <adarshpalsingh1996@gmail.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Update test list for OS interop tests
The OpenStack Interop WG has recently deprecated [1] 4 cinder volume
reservation tests. As a result, they are not part of Functest's set of
interop tests anymore. This patch cleans up the test case validation
list for the web portal.
[1] https://review.openstack.org/#/c/583970/
Change-Id: I183602b099cb4d44c6cb3d21af6acaa4d3ee01ca
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Remove identity v2 TCs,not supported by Functest
As Functest does not support identity v2 anymore,
it does not make sense to try to run tempest identity v2 tests.
They need to be removed correspondingly.
JIRA: DOVETAIL-735
Change-Id: I09c06faf52893cc535bbed1fd406b81a7665e787
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- Merge "Fix for Grafana does not plot the RDT plugin data correctly."
- Fix for Grafana does not plot the RDT plugin data correctly.
Fixed the interval of intel_rdt plugin and Grafana dashboard settings
to follow the correct interval.
Change-Id: Ia792c6b6308526d82f153275d5d5393b0aea312d
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- Update entry_point to conform with Xtesting
Functest is being updated to Xtesting 0.60 which leverages on
stevedore [1].
[1] https://docs.openstack.org/stevedore/latest/
Change-Id: I02fae113dd0a8fbf5de4e6821c6d4476553fe633
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Update entry_point to conform with Xtesting
Functest is being updated to Xtesting 0.60 which leverages on
stevedore [1].
[1] https://docs.openstack.org/stevedore/latest/
Change-Id: I09382b458929fabd21b5351b9d84b0d73fe2657e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "Build and run functest-benchmarking"
- Build and run functest-benchmarking
Change-Id: If2597ae36a2c6599b524543b67aac7f6272b384a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Remove port security from vnfs when no-mano
If the ports have security enabled, the traffic is dropped due to the
anti-spoofing
Change-Id: I6fbc63a3d959d9d55dfd1d64e12e1d0e7ec48bcb
Signed-off-by: Manuel Buil <mbuil@suse.com>
|