Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/functest from branch 'master'
- Merge "Remove useless files in docs/com"
- Remove useless files in docs/com
Change-Id: Id4aa3080d2be75bc8fa188136b191034724c357e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/qtip from branch 'master'
- Merge "Amend compute QPI design document"
- Amend compute QPI design document
- keep it consistent with yaml specification
- fix typo in content
Change-Id: I71a56d792fdd9a1310eadcd2628ae6faf528135f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
* Update docs/submodules/openretriever from branch 'master'
- Merge "Update gap analysis for Kubernetes"
- Update gap analysis for Kubernetes
Change-Id: Ib4b95923f31e2f4626069d5e229bd850f3ac9e3a
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
|
|
* Update docs/submodules/qtip from branch 'master'
- Integrate Report with CLI.
- Migrate fixtures to conftest to be used by multiple files
Change-Id: I9a705b93189ac1f2e6fd2fc4e3f05aec7af379f1
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- Merge "ovs: Update OVS to use DPDK 17.02"
- ovs: Update OVS to use DPDK 17.02
Versions of VSPERF tools were updated to use OVS
with DPDK 17.02 support by default. Currently used
VPP version uses DPDK 17.02 already.
VSPERF was updated to support new path to the dpdk
devbind tool.
JIRA: VSPERF-516
Change-Id: I004d0531553c974d604635d50f601cd4326f2f7d
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
|
|
* Update docs/submodules/vswitchperf from branch 'master'
- cleanup: remove fuel plugin since fuel@opnfv uses mcp
Change-Id: Ibe2028b01c38fa545e72a00a7ef47103d1112b82
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Set TEST_DB_URL for storperf"
- Set TEST_DB_URL for storperf
JIRA: YARDSTICK-692
add the URL for the test results DB to the storperd_admin-rc
TEST_DB_URL=http://testresults.opnfv.org/test/api/v1
Also, add metadata JSON to the POST to /job API when creating the job:
Change-Id: Ib950f759d80e707bc49d9015bc120d985051f131
Signed-off-by: JingLu5 <lvjing5@huawei.com>
|
|
* Update docs/submodules/releng from branch 'master'
- fix dovetail branch issue
error logs
https://build.opnfv.org/ci/view/dovetail/job/dovetail-fuel-baremetal-proposed_tests-danube/43/console
Change-Id: I0634041a0679fa7f3e6a4e6c627b3205a3b0372d
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
* Update docs/submodules/joid from branch 'master'
- modified to accomodate latest intel pod changes from pod5 to pod21
Change-Id: Ic9edfd4c355317a6873987bb63659bb9611aa285
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Fix typos in docs"
- Fix typos in docs
Fixed multiple typos and minor spelling errors found in the
documentation.
Change-Id: I102e3b7d3d421042dbef66f261e2183b0dfe24a8
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
|
|
* Update docs/submodules/storperf from branch 'master'
- Docker Compose Updates
Adds docker-compose directory with content to start container suite using
nginx as front and and SwaggerUI in its own container.
Updates the documentation to reflect new method of starting StorPerf.
Change-Id: I469676e330dcad6c968b90133df8866b69eb5ea1
JIRA: STORPERF-181
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "barometer: remove old script from merge job steps"
- barometer: remove old script from merge job steps
Change-Id: Ic28513d75f15d4b25a67ccdbc1a2732fe0029411
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Define download_images.sh and check_os.sh as scripts
It also updates all python scripts which call check_os.sh.
The former healthcheck.sh is removed.
No shell script must be executable in git.
Change-Id: If4e8deb50ebd635a9091e3bb79ef61c07b9660dc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Define console_scripts
Only prepare_env.py and run_tests.py remain executable to avoid
breaking the gate.
As soon as the jenkins jobs are updated to run them from $PATH, tox
will be updated to protect against chmod a+x py files. Dockerfile
will be simplified as well.
Change-Id: Iac1a7ceb6b344e800177226ea39919826f6d3735
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Fix unix permissions
Tox will be updated to forbid chmod +ax py files.
Change-Id: I85d4b4a64ec7f3151ab2f24ad09bd7c1144ebe18
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
- Update securityscanning section in testcases.yaml
It follows the next updates of the securityscanning package:
- Define config.ini as data_file [1]
- Define security_scan console script [2]
[1] https://gerrit.opnfv.org/gerrit/36635
[2] https://gerrit.opnfv.org/gerrit/36771
Depends-On: I54ffa61f4bcd366c185596056b49e492c88cc78b
Change-Id: I342c00392bb68aad704a89060841eac665e91bdb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Change the apt source
1. change the apt sorce from http://hk.archive.ubuntu.com
to http://archive.ubuntu.com
2. if setup host failed, destroy the failed lxc. then retry to setup.
3. fix the dns-nameserver bug
Change-Id: Ic609c75b50496e2174ab09425bce45a0ec2c09c0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Signed-off-by: chigang <chigang@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "Added unit tests for vping."
- Added unit tests for vping.
Also removed some instance variables and unnecessary methods.
JIRA: FUNCTEST-813
Change-Id: I13895674a9fd3de16c6a19410661440c5380c2f8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/fuel from branch 'master'
- Bring in opendaylight support
Change-Id: I2eed0cf19907f257be1cb4aee96528cc41f4843a
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Merge "Modify Dovetail logs"
- Modify Dovetail logs
JIRA: DOVETAIL-450
Change-Id: I795679c9559d1bead3aecefff28d21b6567aac2f
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/dovetail from branch 'master'
- Change sdnvpn testcases file path
JIRA: DOVETAIL-458
1. Functest has changed the repo of sdnvpn.
2. Currently Dovetail will copy the testcase yaml file to
/home/opnfv/repos/sdnvpn/sdnvpn/test/functest/config.yaml in Functest container.
3. The path needed to be replaced by
/usr/local/lib/python2.7/dist-packages/sdnvpn/test/functest/config.yaml
Change-Id: I1badba4120e96e2c9ed5a07db3189967cf24c564
Signed-off-by: xudan <xudan16@huawei.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Fix the wrong path of sdnvpn
The new path should be /usr/local/lib/python2.7/dist-packages/sdnvpn,
rather than /home/opnfv/repos/sdnvpn
Change-Id: I22e019226e7bffe233b52c1a3ec6171b835e4bd3
Signed-off-by: Linda Wang <wangwulin@huawei.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Define ODL console_script
main() is excluded from coverage as it usually parses argv.
It also renames ODLTests main() to run_suites() not to exclude this
method.
Change-Id: I3109a65166b21d93e3e376912a32d364931a7ba5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Merge "setup ovs create network flavor"
- setup ovs create network flavor
1. replace the linuxbridge with openvswitch
2. create the network and flavors
3. fix the haproxy when public endpoint using http
Change-Id: I6fe93d0c4d5305e5dcab8d2e6c628eb5fa23ab56
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- replace urllib2 with urllib.request for python3
Change-Id: I68036c295689fae55125854074e3bc4d920fec06
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Change prepareYardstickEnv to prepare_env and add log info"
- Change prepareYardstickEnv to prepare_env and add log info
JIRA: YARDSTICK-697
Currently the action in env like prepareYardstickEnv,
createGrafanaContainer, createInfluxDBContainer, this is not python style.
So I do some change:
prepareYardstickEnv->prepare_env
createGrafanaContainer->create_grafana
createInfluxDBContainer->create_influxdb
And also add some log info in env_action.
Change-Id: Ia91576b975f3de76b96e312779fda4911e7cac24
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Add API to show test case documentation
JIRA: YARDSTICK-694
We need API to show test case documentation.
API: /yardstick/testcases/<testcase_name>/docs
method: GET
example:
http://192.168.131.2:8888/yardstick/testcases/opnfv_yardstick_tc002/docs
Change-Id: Ib8d591f0ff5f91c4d0a740539727ec73ddd86249
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Paul has stepped down as a comitter
Change-Id: I7bb99f33c0f56226e1e804f99df96261310c7577
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Bugfix: remove test.dbf file in recovery script"
- Bugfix: remove test.dbf file in recovery script
JIRA: YARDSTICK-696
Change-Id: I09b73079ff828c43040723794115bb07f74242e8
Signed-off-by: zshi <zshi@redhat.com>
|
|
* Update docs/submodules/daisy from branch 'master'
- Merge "Initial merge of BM Installation guide"
- Initial merge of BM Installation guide
Change-Id: I9964f0d75ae879c6b86d245f2007841236a0b931
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
* Update docs/submodules/daisy from branch 'master'
- Merge "Jira: DAISY-36 Initial merge of release-note"
- Jira: DAISY-36 Initial merge of release-note
Also fix some index.rst
Change-Id: I6aae9fbc5821e8a1c65a02c6b8926e42a10c19cb
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
* Update docs/submodules/snaps from branch 'master'
- Fixed tests to delete security groups.
Change-Id: I140618a310bae050bea29df665b98881c6052980
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/releng from branch 'master'
- this script is called by jenkins user
we need to sudo the mkdir
Change-Id: I4db726e92566917ecd384884cf1a3c60354c2065
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "bug fix: typo in bottlenecks naming (reporting page)"
- bug fix: typo in bottlenecks naming (reporting page)
Change-Id: Ifb2047e688117c7c9af33031467f2025d530f187
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Merge "Changed credentials for deploying heat templates."
- Changed credentials for deploying heat templates.
The old credentials had been working on other pods but are not working
with our latest deployed by Kolla. This change does not affect any of
the functionality included in the tests. It simply takes the administrative
user credentials and changes the project to the newly created one.
Change-Id: I76c605797b68f902f2ee5c679bd5b8a50c48a501
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Merge "SNAPS tests now support offline testing."
- SNAPS tests now support offline testing.
Images by type (cirros, centos, ubuntu) can now have the download URL be
overridden, told to leverage a local file, or have custom configuration
when using the snaps.openstack.tests.openstack_tests.py image settings
helper functions.
JIRA: FUNCTEST-809
Change-Id: I790094a7a26eb5a55f53d6e875c658dc5e7ac2f9
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Remove networking-bgpvpn from Functest requirements
SDNVPN team will take care of installing the module themselves
See https://gerrit.opnfv.org/gerrit/#/c/36505/
Change-Id: Ida38c8324e155906bcd18b12a418e7a62e55e3f0
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- Merge "Fixed test to not download images when configured with a disk file path."
- Fixed test to not download images when configured with a disk file path.
JIRA: FUNCTEST-809
Change-Id: I078578ba9881eeeb8942d22cb342e87e17f6f879
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
* Update docs/submodules/snaps from branch 'master'
- FIX mistake in import keypair
Change-Id: I3d0a3111efcb4200c9b867663a45c07a3b47c09d
Signed-off-by: boucherv <valentin.boucher@orange.com>
|
|
* Update docs/submodules/functest from branch 'master'
- Remove BGPVPN utils in Functest
These util functions should be under control of the SDNVPN
project. After [1] and [2] it is safe to remove them in Functest
[1] https://gerrit.opnfv.org/gerrit/#/c/36655/
[2] https://gerrit.opnfv.org/gerrit/#/c/36505/
Change-Id: I2f6596cd60678bb0c50adb9b4bc0d59545c3fb0a
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Adapt the floating ip handling in functest"
- Adapt the floating ip handling in functest
Comply with the new floating ip management in functest
(https://gerrit.opnfv.org/gerrit/#/c/36415)
JIRA: SDNVPN-165
Change-Id: I39e380caf07568e2370246afcf483eb8adb3def6
Signed-off-by: tomsou <soth@intracom-telecom.com>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Merge "Call core code directly in the API of run test case"
- Call core code directly in the API of run test case
JIRA: YARDSTICK-688
We need to call core code directly in the API of runTestCase.
It would be more stable.
Change-Id: I431a85ded7cd3b20da0462f947c25d91bb99decd
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* Update docs/submodules/octopus from branch 'master'
- Merge "Fix Yamllint Violations"
- Fix Yamllint Violations
The majority of these were related to comment indenting and line length.
JIRA: OCTO-163
Change-Id: I14f1a2fb8f247cc84b45afa02bb01fa871f4aad5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
* Update docs/submodules/yardstick from branch 'master'
- Add API to update pod yaml file
JIRA: YARDSTICK-693
Apart from API to upload pod yaml file, we also need API to update pod
file.
API: /yardstick/env/action
method: POST
param:
{
'action': 'update_pod_file',
'args': {
'pod': { pod content }
}
}
Change-Id: I0ba168612ccc2e43c531e4b9253cf72e5c745297
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- Merge "ci: Remove variable set by jjb scripts"
- ci: Remove variable set by jjb scripts
Remove the WORKSPACE variable from this script as it is set by the jjb scripts.
Change-Id: Ia603da9bd24bb29f71e7be0d1f7ddd00260459bf
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/barometer from branch 'master'
- ci: fix nightly RPM build
Fix the RDT build to use an appropriate version and generate the correct
version RPM. Fix the collectd version to only extract collect from the start of
the version string.
Change-Id: Ifd780059adbed7669c5e259f483018c325de44e6
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|
|
* Update docs/submodules/compass4nfv from branch 'master'
- Fix python pkg issue
1 add install pyyaml in build process
2 fix python pkg version
Change-Id: Icb40bd52aa6cd22874894047561acb9211abfa22
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
* Update docs/submodules/sfc from branch 'master'
- Merge "Fix wrong logging of the server-instance ip"
- Fix wrong logging of the server-instance ip
Change-Id: I9b16297804f6b4185835336668766f7f1a8313cc
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
|
|
* Update docs/submodules/sdnvpn from branch 'master'
- Merge "Add networking-bgpvpn module in SDNVPN requirements"
- Add networking-bgpvpn module in SDNVPN requirements
Change-Id: I7b361f1b8275570b9257d29e04e551a81116e59f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
* Update docs/submodules/octopus from branch 'master'
- Merge "Revert "Maintain Octopus INFO File""
- Revert "Maintain Octopus INFO File"
We haven't had chance to provide feedback for this.
This reverts commit b41f1567f781aebc5fcd9c95c050978ddc95936e.
Change-Id: Id991c9264f579c20cc5a9f9cc5f0808c005d2082
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
* Update docs/submodules/releng from branch 'master'
- Merge "barometer: include the barometer-project-parameter"
- barometer: include the barometer-project-parameter
Change-Id: I503674dbec81c7255664818c3305311086db9ca3
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
|