summaryrefslogtreecommitdiffstats
path: root/docs/submodules
AgeCommit message (Collapse)AuthorFilesLines
2018-07-18Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[dovetail-webportal] Edit verify job" - [dovetail-webportal] Edit verify job Set the verify job of the webportal to be 'echo hello world' temporarily. Change-Id: Ib9c749572a629595593405fba6ae275d2dc90563 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-18Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Update test suite ovp.next Update test suite ovp.next according to the latest OVP scope. Modify Dovetail daily jobs to run all the scope. There should be 2 jobs. One for all mandatory test cases and the other for all optional ones. That's mainly because of that the total executed time will be too large (more than 300 minutes). Then the job will always failed because of time out. It's hard to enlarge the time because it's already larger than common 3 hours. Split it into 2 jobs can avoid the time out issue and make the results clearer for reviewing. JIRA: DOVETAIL-694 Change-Id: Ie0ea6221868941781af1477f7c7719f7cb4351a4 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: change detect script to just include-raw Change-Id: I2366cbaba46734877782951365a4abebca9d17b8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Fix snapshot scenario detection Change-Id: I4b18d441ebc4f9b9ac8c8c67415b8817f3091ee9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-17Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Ensure docker prunning can be done" - Ensure docker prunning can be done Sometimes the docker build fails and the docker process hangs on a container, withouth being able to stop it. This causes spurious failures on other builds that shouldn't fail. The prune job should cleanup the hanging containers and images, but it fails when the docker process is hanged. This change adds a docker restart to the prune job, in order to assure that the hanged container is shut down and can be removed. JIRA: ARMBAND-358 Change-Id: I9d04fa1099a6fc53bf773a2eba33be89db7d0aa1 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2018-07-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Run ODL CSIT on Apex from Cperf container" - Run ODL CSIT on Apex from Cperf container This patch adds the ability to deploy a cperf container and execute ODL csit against an OPNFV deployment with ODL. The cperf job to execute csit requires an RC file, SSH key to access OPNFV nodes, and a yaml descriptor file that contains per node information about each control/compute node. This patch also adds triggering the cperf CSIT job inside of the 3rd party ODL netvirt verification suite. That job uses Apex snapshots to bring up deployment (no undercloud). Additionally this patch includes some changes to allow multi version snapshots to work. Multiple snapshots are now being created for different OpenStack branches along with noha or HA type topologies. This patch includes the ability to detect the desired scenario as triggered by ODL Netvirt gerrit. Now in ODL netvirt gerrit a user may provide: "check-opnfv <OS version>-<noha|ha>" style syntax to initiate 3rd Party OPNFV CI on a particular OS version/HA setup. Change-Id: I51a27545c985ce74c1c72fe0933eb451939a8c05 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com> Signed-off-by: Tim Rozet <trozet@redhat.com> Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
2018-07-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: add k8s deployment to daily Change-Id: I01ac2d25615f189851bc033d156aacc155233913 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-17Update git submodulesPanagiotis Karalis1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Create a test specification for vEPC test case New test specification has been created for dovetail project. Test descriptions is related to vEPC test case. JIRA: DOVETAIL-679 Change-Id: I72228f7f59a4aa704a620351ad8727c1b948dc66 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-07-16Update git submodulesGeorg Kunz1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Test case description for BGPVPN Tempest API tests Adding test case descriptions for the BGPVPN API tests which are implemented as Tempest plugin in the networking-bgpvpn repository. These tests have already been integrated for Euphrates into Functest test and are hence a candidate for inclusion in the test scope of the OVP Euphrates release as extension of the existing SDNVPN test cases. JIRA: DOVETAIL-598 Change-Id: Id8578ed1e198ddbde967793737c69a5940c22475 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-07-16Update git submodulesGeorg Kunz1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Update cirros image for bottlenecks The fraser-based OPNFV tools use the newer cirros-0.4.0 image and we hence only ask users to download this version in the user guide. This updates the bottlenecks test to comply with this. Change-Id: I5a94d6a7196ae04e00150dc17a4a16add2d3fef6 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-07-16Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Add verify jobs for new repo dovetail-webportal" - Add verify jobs for new repo dovetail-webportal JIRA: DOVETAIL-671 Change-Id: I4e55123f211f91f9e783d741251bc1fd9df62b85 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-16Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[dovetail-webportal] Add docker build jobs for dovetail-webportal" - [dovetail-webportal] Add docker build jobs for dovetail-webportal Add 2 docker build jobs for the new repo dovetail-webportal. One is dovetail-webportal-api, the other is dovetail-webportal-web. Once there is a new patch merged, it will auto trigger the jobs to build and upload the new docker images with tag 'latest'. According to the Dovetail release plan and develpoment of the web, can tag this repo and release with certain tag (e.g. ovp.2.0.0) JIRA: DOVETAIL-671 Change-Id: I1becc084617bb52f8c8e23275202bd7be4a7b2b3 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-13Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Remove the yardstick_tag and functest_tag These 2 commands can't work now. Also there is no need to support them, so remove them. JIRA: DOVETAIL-695 Change-Id: I6707c7fc1d19fe06690cd14ef39f9d421d00a2bc Signed-off-by: xudan <xudan16@huawei.com>
2018-07-13Update git submodulesPanagiotis Karalis1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Enable OVP tests to run on a DPDK-enabled system DPDK-enabled NFVIs require support for hugepages which in turn is configured by means of extra_specs in flavors. Currently, Functest enables hugepage support if the name of the scenario contains the substring "ovs". Dovetail allows end users to run all tests on DPDK-enabled systems and the documentation has been updates accordingly. JIRA: DOVETAIL-665 Change-Id: If4898da168f8b4c69a045ef3b00b8a8862f29b0c Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-07-12Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Disable fraser daily Change-Id: Iad2503baca32175ff912c85dccd71791fc8156ff Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-12Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: Update blocking for csit promotion job Ensure only one csit promotion job runs on a node at a time. Change-Id: Iab36f267f880347e0090fd87b91c9d7e28fbc4f4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-12Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Apex: Allow for multi-version snapshots" - Apex: Allow for multi-version snapshots This patch adds ability to manage multiple snapshot versions. We want to be able to have snapshots for noha and ha for multiple OS releases. This adds that capability and updates the deploy script to be able to deploy them. Also a user can specify which scenario to trigger with his ODL netvirt commit by doing 'opnfv-check <os version>-<ha|noha> Change-Id: I3884b41c86b55c187becfb83ef62f3431724d09e Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-07-12Update git submodulesFatih Degirmenci1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "unh-pod1: disable trigger for deploying auto" - unh-pod1: disable trigger for deploying auto Change-Id: I364ff339db7132b6a2ca31d15b6340542b6a9226 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-07-11Update git submodulesPanagiotis Karalis1-0/+0
* Update docs/submodules/dovetail from branch 'master' - CI ERROR - File contains violation on test_runner Proposed solution by CI server: "Avoid dangerous file parsing & serialization libs, use yaml.safe_load" Change-Id: Iff9764601bc135cec271e16444d0bbbb4da8d459 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-07-10Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Update Functest testcase list per tier" - Update Functest testcase list per tier Change-Id: I905527d509597218927908be7752ca16b6ea2cc5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-07-10Update git submodulesPanagiotis Karalis1-0/+0
* Update docs/submodules/dovetail from branch 'master' - New test specs for ha database/controller_restart New test specifications have been created for dovetail project. Test descriptions are related to test cases: - dovetail.ha.database - dovetail.ha.controller_restart JIRA: DOVETAIL-680 JIRA: DOVETAIL-681 Change-Id: I632cb69f9166a46e76f38a467f078fe5f31b63b3 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-07-09Update git submoduleswutianwei1-0/+0
* Update docs/submodules/releng from branch 'master' - [compass4nfv] remove vping suite from verify functest healthcheck include the vping, so we can remove this suite. Change-Id: Ifc5f9e2195a9d31713f6e2c2ce47642dc7855855 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-07-06Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Add dovetail-webportal repo to INFO file Listing Change-Id: I429e5bb1dffb1c63301ad5e9aba34d08d788ca27 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-07-06Update git submodulesmei mei1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "jjb/releng: fix partial image name matching" - jjb/releng: fix partial image name matching Docker image building script opnfv-docker.sh tries to remove existing images before and after building. It simply uses grep to matching image names, which may cause partial name matching problems. Ex. opnfv/compass-tasks will match both opnfv/compass-tasks and opnfv/compass-tasks-base, and may lead to accidentally removing of images still in use when several building tasks run concurrently. Error log: https://build.opnfv.org/ci/job/compass-tasks-build-arm64-master/6/console Change-Id: I1a83f801c5e0cc889cd9e17b8d1b4d895f1f68a9 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-07-04Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Update all existing test specifications 1. Update the names of 2 vping test cases 2. Update the names of 8 ha test cases 3. Update the sub test cases within osinterop 2017.09 4. Split IPv6 into ipv6_api and ipv6_scenario 5. Update the names of sdnvpn test cases 6. Update the names of 4 tempest scenario test cases 7. Remove forwardingpackets JIRA: DOVETAIL-685 Change-Id: I0d91b8a0477576e18581eb2788fdb666063c89b7 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-03Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[release] Fuel, Armband: Release opnfv-6.2.1" - [release] Fuel, Armband: Release opnfv-6.2.1 Change-Id: Ic3e0be0f031408146ceead3130850650e6bde125 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-07-03Update git submodulesxudan1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Adapt Yardstick fraser Yardstick fraser has changed from openstack python client to shade. OS_INSECURE is not a key for shade. It needs to be OS_VERIFY. Change-Id: I0973853d0527b04ec371ad4f6ce2f6c67ef50ccf Signed-off-by: xudan <xudan16@huawei.com>
2018-07-02Update git submodulesOnong Tayeng1-0/+0
* Update docs/submodules/releng from branch 'master' - Tagging FDS for Fraser 6.2.0 Change-Id: Idebf9d0d49ef9d57901615ddf15595545031f093 Signed-off-by: Onong Tayeng <otayeng@cisco.com>
2018-07-02Update git submodulesPanagiotis Karalis1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Fix syntax error on clean_results_dir method Change-Id: I9f33bb320452efab79be5a22e625efac820183eb Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-07-02Update git submodulesGeorg Kunz1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Splitting the networking tests in API and scenario tests Split the networking tempest test case in Tempest API tests and scenario tests. The API tests will be promoted to mandatory while the scenario tests will remain optional. JIRA: DOVETAIL-678 Change-Id: I03022316076809536782e82fd531d98f45105caa Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-07-02Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Tagging Bottlenecks F release 6.2" - Tagging Bottlenecks F release 6.2 Change-Id: I7df15a89379ce0e30eba0bd00ae9fbb76056970d Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-07-02Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Fraser Tagging: 6.2.0" - Fraser Tagging: 6.2.0 vswitchperf tagging. Change-Id: I93a7d97e89d493b2ace9bf2c00b1932a89bab772 Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
2018-07-02Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[yardstick] fraser opnfv-6.2.1 release tag" - [yardstick] fraser opnfv-6.2.1 release tag fix opnfv-6.2.0 bug: docker image build failed JIRA: YARDSTICK-1278 Change-Id: Ifac06060ffedf6c8300e371600f1af2ce928dd14 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2018-07-02Update git submodulesStephen Wong1-0/+0
* Update docs/submodules/releng from branch 'master' - Tagging opnfv-6.2.0 for Clover Change-Id: I350cce402226444fa0dda75e64405cfcb20a3519 Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
2018-06-30Update git submodulesPeriyasamy Palanisamy1-0/+0
* Update docs/submodules/releng from branch 'master' - update fraser 6.2.0 release tag for sdnvpn Change-Id: Id78fbfe1cb2e0ace44d2e6acf688e4115941a84a Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
2018-06-29Update git submodulesGeorg Kunz1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Removing unused test suite and updating debug test suite The compliance_set test suite is not used. Updating the description of the debug test suite. Change-Id: Id2c3ca922ffb083f3443e00e5ca1a0648aec3e4a Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-06-29Update git submodulesGeorg Kunz1-0/+0
* Update docs/submodules/dovetail from branch 'master' - Update licence headers to comply with guidelines Updating the licence headers to comply with the community guidelines [1] and anteater checks. [1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines#ContributionGuidelines-License Change-Id: Idec787e32daf76c0b1bd6108977b78828125da5e Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Adds StorPerf 6.2.0" - Adds StorPerf 6.2.0 Change-Id: Iec76686129f9cd53603e6a73df45681979e4a695 Signed-off-by: mbeierl <mark.beierl@dell.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Update in release tag for sfc" - Update in release tag for sfc Change-Id: I1e410851dc4e4dcbb2844af9c35cb0b5bb91ac94 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Apex: update release tags for 6.2" - Apex: update release tags for 6.2 Change-Id: I4d6e12a6975b5a3e49fc50eeca71514d118cf235 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Tag snaps-oo with 6.2 for fraser" - Tag snaps-oo with 6.2 for fraser patch 2, selected wrong SHA earlier Change-Id: Ibf3176a048c6e9e882cd997f3bc74ae986d7bbf8 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[release] Fuel, Armband: Release opnfv-6.2.0" - [release] Fuel, Armband: Release opnfv-6.2.0 Change-Id: I704c09f22098023ad39b835a982a58159ac45ff0 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "[yardstick] fraser opnfv-6.2.0 release tag" - [yardstick] fraser opnfv-6.2.0 release tag merge after patch https://gerrit.opnfv.org/gerrit/#/c/59349/ Change-Id: Icf2a16659f2804eaef95c83ee7d959b7e73441eb Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "updated auto.yaml with 6.2.0 commit" - updated auto.yaml with 6.2.0 commit JIRA: AUTO-41 Change-Id: I6952b19687eef464040b47ccc116597f0cb9b397 Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Tagging opnfv-6.2.0 for IPv6" - Tagging opnfv-6.2.0 for IPv6 Change-Id: Ic0d7b8976d91239bca61f01396fc0423e51ac578 Signed-off-by: Bin Hu <bh526r@att.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "Tagging SampleVNF stable/fraser branch for Fraser 6.2.0" - Tagging SampleVNF stable/fraser branch for Fraser 6.2.0 Change-Id: I6312e57c689519bdf65a562db85acfb443ac7b68 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2018-06-29Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/releng from branch 'master' - Publish Functest 6.2.0 tags Change-Id: Ieef2d00e57af2c06f588f4f819b9eaf402830a07 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "tagging compass4nfv Fraser 6.2 release" - tagging compass4nfv Fraser 6.2 release JIRA: - check ip_forward and set to 1 Change-Id: I23f8757339a0433d79d0973366be2db15c6760a3 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-06-29Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Fix release tagging script git cat-file can't output the tag information for a tag, but it can output the commit information a tag points to. Change-Id: I147941e2c0ba6defe212dbd0fc8c8a3a1fe0c728 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-06-29Update git submodulesAlexandru Avadanii1-0/+0
* Update docs/submodules/releng from branch 'master' - [fuel, armband] verify: Use same node for deploy JIRA: FUEL-375 Change-Id: I01f17a28fdb1bd692d1997b0a32be66de8856a8b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>