summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-05-18Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "dep updates related to removing openstack-tripleo" - dep updates related to removing openstack-tripleo - configure-vm requires libvirt-python - removing some references to openstack-tripleo - updating dep urls to artifacts.opnfv.org JIRA: APEX-462 Change-Id: I5ed7f7ad2f2c016fcbc1157b29c2c0e4c5d9b4a7 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-18Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fix daily scm gerrit refspec to null Change-Id: I0a8d51c7e0a586469cfe25d0610f078fd937c9ba Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-18Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fix daily scm passing and yardstick deploy blocking Change-Id: I5b8fd2784cbf78aec17bab89c9cd1cbf82324739 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-18Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fix daily scm and functest job blocking with deploy Change-Id: I355745e42c510029ffc314fa03eb1a5ca1e3e74a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-18Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Use logger instead of printing in console" - Use logger instead of printing in console It modifies pytest_suite_runner.py to dump unit test results in functest.log via logging. Change-Id: Ic4e7567c5e52e00ad0e485ccb070029b135041b2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-18Update git submodulesTrevor Bramwell1-0/+0
* Update docs/submodules/releng from branch 'master' - Build Timeout Wrapper for Yardstick Yardstick builds are hanging and not being caught for 19+ hours. Using the build timeout plugin we should be able to quickly stop these builds and let the project know much sooner there is an issue with their builds. The default timeout is set to fail if the job takes longer than 30 minutes. This can be adjusted later if the time is too long or too short. ssh-agent-wrapper is included as it is the default from globals, and defaults are superceded by fields added to jobs. Change-Id: I9529ab7b6ab8819ceb91694fefbb4ecb3f5cf81c Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-05-18Update git submodulesagardner1-0/+0
* Update docs/submodules/fuel from branch 'master' - Adding mpolenchuk@mirantis.com to committers list Change-Id: I973810e55ea24ba879fd91ac47388d52d43867e2 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-05-18Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Remove check_success_rate" - Remove check_success_rate After the introduction of is_successful method in TestCase class, this is not needed anymore. Change-Id: I70f6f9e10495601cd5443467347b97efe27b81a3 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-05-18Update git submodulesJiang, Yunhong1-0/+0
* Update docs/submodules/kvmfornfv from branch 'master' - Merge "Optimizing the code and uploading ftrace logs to artifacts" - Optimizing the code and uploading ftrace logs to artifacts This patch is used to exclude execution of disable_trace.sh as ftrace will be disabled during post-execution of cyclictest through yardstick. Also includes uploading verify logs to artifacts when ftrace is enabled for debugging. Change-Id: I4674f2b9c03274eb2a96b3258a718c9f46419022 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-18Update git submoduleskalyanreddy1-0/+0
* Update docs/submodules/kvmfornfv from branch 'master' - To update cyclictest latency threshold values This patch is used to update latency threshold values for execution of cyclictest test cases through yardstick using kvmfornfv built kernel rpm. Revert "Revert "This patch updates latency threshold values"" This reverts commit 77e6660ea78c5934e4b606a5342c4e0e64be1de6 Change-Id: I3df6da4dd5bf0e393fdfeea71e8bbe688e794a89 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-18Update git submodulesSerenaFeng1-0/+0
* Update docs/submodules/releng from branch 'master' - support showing user's specified contents after signin Change-Id: Ia8897860757a2395873ff6972a508c38d7139854 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-18Update git submodulesSerenaFeng1-0/+0
* Update docs/submodules/releng from branch 'master' - add signin web to TestAPI Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-18Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Fix 2 issues related to logger in pytest_suite_runer.py" - Fix 2 issues related to logger in pytest_suite_runer.py logging.ini requires the full name otherwise all log messages are lost. Calling basicConfig() is useless as it has been correctly configured by run_tests.py before. Change-Id: I03663c01f795b1b844239a9e24379faa529829aa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-18Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Allow running unittest.TestCase via run_tests.py" - Allow running unittest.TestCase via run_tests.py pytest_suite_runner can run any unittest.TestCase thanks to name passed as run arg. Here is the related functest/ci/testcases.yaml: run: module: 'functest.core.pytest_suite_runner' class: 'PyTestSuiteRunner' args: name: 'functest.tests.unit.odl.test_odl' Change-Id: I7c2c611c4afbad1e52bfdca4a3288ccc21491389 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-18Update git submodulesMaryam Tahhan1-0/+0
* Update docs/submodules/barometer from branch 'master' - ci: update script permissions Change-Id: Id6db827036b99603928f4f468d9febb591703ec2 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-05-18Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/snaps from branch 'master' - bugfix: get_security_group_by_id always return first element add check on id before return value fixed kwarg into the neutron.list_security_groups to the correct one 'id' added unit test to ensure this function always works as designed JIRA: SNAPS-82 Change-Id: I965e1dd54fd1efa8c2d7f6efb87c78ab24cca0e5 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-05-18Update git submodulesmaxbr1-0/+0
* Update docs/submodules/pharos from branch 'master' - Pharos Dashboard: Add manual resource management Dev Pods are now managed by checking the "Dev pod" box in the Admin Panel. This commit also fixes a dead image URL and the oauth process for the dashboard URL. Change-Id: Ic94160eb3a4504a369606261440df0e5354ac027 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
2017-05-18Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Clean test-requirements.txt" - Clean test-requirements.txt Now only the mandatory requirements related to unit testing are listed in test-requirements.txt. Change-Id: I2f17a9e18e90d779ddc80b1ace9ac770a76c3385 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-18Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Fix the opera ims instance initialization error" - Fix the opera ims instance initialization error Change-Id: I50f0e1ba91c8c4adcf407d493fb86d9089554cc5 Signed-off-by: helenyao <yaohelan@huawei.com>
2017-05-18Update git submodulesQiLiang1-0/+0
* Update docs/submodules/compass4nfv from branch 'master' - FIX compass-core vm panic issue JIRA: - Update compass-core vm cpu mode in libvirt xml to let compass-core vm support most instruction set that host support. Change-Id: I654672f441c18e0da87509d3c492ceae2bf9ba95 Signed-off-by: QiLiang <liangqi1@huawei.com>
2017-05-18Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - Merge "fix the k8 core bundle and deployment failed." - fix the k8 core bundle and deployment failed. Change-Id: I65cf597bbc4c68bd80d26ed0d8729127a4e30863 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-18Update git submodulesNarinder Gupta1-0/+0
* Update docs/submodules/joid from branch 'master' - Merge "add define for virsh" - add define for virsh Change-Id: I5035b9162e0e49a710a47564bfb79aaf6f31b57e Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-05-18Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "add missing dist files ignored by .gitignore" - add missing dist files ignored by .gitignore Change-Id: Ib29cb5887abb317012d83fb77dcf30e07099a479 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-18Update git submodulesSerena Feng1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "refactor static_path to accomodate web portal" - refactor static_path to accomodate web portal move tornado_swagger/static to opnfv_testapi/static move swagger related 3rd libs to 3rd_party/swagger Change-Id: I32bba10584c99d13687b93f32577e37581db0c63 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-18Update git submodulesJun Li1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "dovetail: conditional steps to run against specific scenarios" - dovetail: conditional steps to run against specific scenarios JIRA: DOVETAIL-432 1, the community CI resource is limited, for dovetail CI job, there's no need to run against all scenarios, by now, nosdn-nofeature-ha odl_l2-bgpvpn-ha odl_l2-nofeature-ha is enough. 2, jenkins conditional plugin will be used. plugin should be installed https://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin 3, take compass as an example to see if it works Change-Id: Ib23835cbf8801c36e35e088cd0d8bf2d6380e81a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2017-05-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: remove blocking verify jobs per node Change-Id: I66e5af8dd11c2797e08c6b370fa1fd717ff57d41 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: fixes missing blocking from j2 Change-Id: I7b79ed22f7dada6edf4ff6853499ceb434fab6bb Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/releng from branch 'master' - Apex: allow 3 simultaneous builds per node Change-Id: Ia0839e1c97ddf8cf9be770d9c791748b9bbefbe0 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Refactors build script for Apex" - Refactors build script for Apex Changes Include: - Build has been refactored into python - Caching now packs into multiple unique tar files which are logged into a journal file - Multiple files and journal allow for multiple apex builds to run simultaenously while minimizing risk of collision between cache reading and writing - Build dependency packages updated and will install when missing via ansible - If more than 2 caches exist then prune the oldest cache Change-Id: Iae703253eb6034aee42bf33153bb6e434d3cec48 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-05-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Removing sdn_l3 and _l2 scenario features" - Removing sdn_l3 and _l2 scenario features JIRA: APEX-429 Change-Id: Ifb28bb27f8e58ac5b180454719dfb329c3edf000 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-17Update git submodulesWenjing Chu1-0/+0
* Update docs/submodules/dovetail from branch 'master' - I would like to nominate Georg Kunz to become a committer in the Dovetail project. Georg's nomination is motivated by his commitment to the project and his high quality work in helping the Dovetail sdnvpn test suite development, test doc patch review and meeting participations. I would like to nominate Zenghui to become a committer in the Dovetail project. Zenghui's nomination is motivated by his commitment to the project and his contributions in dovetail tool and multi-SUT testing. I would like to nominate Wanglei to become a committer in the Dovetail project. Wanglei's nomination is motivated by his commitment to the project and his consistent long time contribution to the Dovetail test framework development, test suite patch review and meeting participations. I would like to nominate Lincoln to become a committer in the Dovetail project. Lincoln's nomination is motivated by his commitment to the project and his expertise in multi-vendor testing, compliance testing and test doc patch review and meeting participations. I would like to nominate Trevor Cooper to become a committer in the Dovetail project. Trevor's nomination is motivated by his commitment to the project and his experiences in the testing working group, performance testing and consistent contributions in reviews and meeting participations. I would like to nominate Fuqiao to become a committer in the Dovetail project. Fuqiao's nomination is motivated by her commitment to the project and her contributions in developing the high availability test area, her experiences in bringing service provider requirements and perspective, and her contributions in reviews and meeting participations. Change-Id: Ia8a4ed3af7219c5376e0dd281ed11a51059c6fd4 Signed-off-by: Wenjing Chu <chu.wenjing@gmail.com>
2017-05-17Update git submodulesTim Rozet1-0/+0
* Update docs/submodules/apex from branch 'master' - Merge "Adding yamllint to build checks" - Adding yamllint to build checks - making formatting changes to yaml files to meet yamllint checks Change-Id: Id48a8446512943e908e61dc00bbe6c033af27775 Signed-off-by: Dan Radez <dradez@redhat.com>
2017-05-17Update git submodulesjose.lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Update self.result value to INT So far, the test cases are storing a string "PASS" "FAIL" in the self.result variable. The way the new framework works is with INT Values. Change-Id: I45e8693327740faadd8254b21569adfb2cefa6c8 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2017-05-17Update git submodulesCedric Ollivier1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Conform constants.py with the minimal standards" - Conform constants.py with the minimal standards It adds the shebang to constants.py and its dependencies and stops importing from a relative path. It stops printing obsolete values too. It adds python3 support to them by the way. Change-Id: Ie7bddcf253eb245844d9e11c17acc69943c1ba63 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-17Update git submodulesCédric Ollivier1-0/+0
* Update docs/submodules/releng from branch 'master' - Set again run_tests.py's report flag It was deleted by the previous change [1] [1] https://gerrit.opnfv.org/gerrit/#/c/34137/ Change-Id: Icfc9b43c30febe21501a9413196cc84f9553ce39 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-17Update git submodulesnarindergupta1-0/+0
* Update docs/submodules/joid from branch 'master' - fixed syntax error. Change-Id: I04d4fa6fbf68bfe3f320f18a4168be9dd73da6cf Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-05-17Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Fix an unorderable types error (if python 3)" - Fix an unorderable types error (if python 3) Change-Id: I07c5a548f10a1779faead4d9c596a1976aff8866 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-17Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Add Python3 support to the ODL testcase" - Add Python3 support to the ODL testcase It also adds this support to its dependencies. Change-Id: I0534f0c7b0e15a9ee89f522f314cf5200874454c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-17Update git submodulesJose Lausuch1-0/+0
* Update docs/submodules/functest from branch 'master' - Merge "Converted vPing to leverage the object-oriented SNAPS library." - Converted vPing to leverage the object-oriented SNAPS library. JIRA: FUNCTEST-577 1. Replaced procedural openstack_utils with the object-oriented SNAPS library 2. Tests now clean themselves up. 3. Improved code documentation. 4. Removed dependency on file-based Cirros image and now leveraging the download URL. 5. Removed hardcoded location to the testcases.yaml file to leverage the value in config_functest.yaml 6. Included optional flavor metadata based on the scenario being tested 7. Included support for multi-part images. 8. Added enhanced support for configurable images. see SNAPS-76 Fixed line length verification problem with the previous submission Fixed retrieval of external network name to be dynamic. Changed external network name retrieval to leverage the newly merged snap_util.get_ext_net_name() function Added the creation and deletion of flavors. SNAPS now has the ability to add/remove security groups from running instances. Changed VMInstance constructor by moving userdata to configuration object. Change-Id: I0ef5e268eb153d696bb4d9a7533f780e5c603d26 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-05-17Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/sdnvpn from branch 'master' - Update logger via logging.getLogger() 1. The module functest.utils.functest_logger has been deleted and logger has been reconfigured in functest [1]. 2. Update all related modules to get loggers via logging.getLogger(). [1] https://gerrit.opnfv.org/gerrit/#/c/34019/ JIRA: FUNCTEST-824 Change-Id: I89f5d15342b5f257fbc2700655e255a4e28bd36f Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-05-17Update git submodulesAlex Yang1-0/+0
* Update docs/submodules/daisy from branch 'master' - add separated disk for ceph in multi-nodes virtual deploy Change-Id: Ic3f67bb889c20e95916a1052f0cfa1e238f133a8 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-05-17Update git submodulesJamo Luhrsen1-0/+0
* Update docs/submodules/functest from branch 'master' - Update/Add requirements to run ODL robot CSIT It conforms test_odl.py with the new RobotFramework API too. It also updates test-requirements.txt as required by the current implementation of run_unit_tests.sh. Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ibca0150a40d3b8a3f736be1e9dcbf9ce56af0299 Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com> Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-05-17Update git submodulesMorgan Richomme1-0/+0
* Update docs/submodules/releng from branch 'master' - Merge "bugfix: /resources.json and /APIs cannot be accessed" - bugfix: /resources.json and /APIs cannot be accessed 1. change the join way of discover_url 2. limit tornado version not to use latest 4.5 Change-Id: I39dfd3b32bf232a7c144087bc9d5f88fb6798ee7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-17Update git submoduleszhihui wu1-0/+0
* Update docs/submodules/qtip from branch 'master' - Merge "delete unuse code in directory /qtip" - delete unuse code in directory /qtip Change-Id: I6732c7cf572d5b744c3a176ce266b9739e9233fd Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-05-17Update git submoduleszhihui wu1-0/+0
* Update docs/submodules/qtip from branch 'master' - Merge "delete unuse code in directory legacy" - delete unuse code in directory legacy Change-Id: I31427e8a59ea241e882f41222f211fffe709043f Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-05-16Update git submodulesRoss Brattain1-0/+0
* Update docs/submodules/yardstick from branch 'master' - fix multi-monitor unitest hang need to mock SSH.from_node().execute.return_value because we switch most SSH calls to use from_node() factory function Change-Id: Ibea525c2fcc243d41de8ccbcd40bc98532d69006 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-05-16Update git submodulesLinda Wang1-0/+0
* Update docs/submodules/netready from branch 'master' - Update logger in netready via logging.getLogger() 1. The module functest.utils.functest_logger has been deleted and logger has been reconfigured in functest [1]. 2. Update gluon-test-suite.py to get logger via logging.getLogger(). [1] https://gerrit.opnfv.org/gerrit/#/c/34019/ JIRA: FUNCTEST-824 Change-Id: If7254171bf1146dc7f5a0792705cecf2e84d15c5 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-05-16Update git submodulesJiang, Yunhong1-0/+0
* Update docs/submodules/kvmfornfv from branch 'master' - Merge "Adding breaktrace & disabling timer migration" - Adding breaktrace & disabling timer migration This patch is used to update yardstick branch and provide breaktrace value for executing cyclictest. Also used to disable kernel timer migration on guest. Change-Id: I44237b6a3711aa22bcabd0aaad199057efa38137 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2017-05-16Update git submodulesspisarski1-0/+0
* Update docs/submodules/snaps from branch 'master' - Added support for offline testing Expanded the image_metadata used by the tests for overriding default images for not only supporting 3part images but also to support offline testing as required by Functest. JIRA: SNAPS-67 Change-Id: I6975e7b51fa879fe984af64402939c465df95184 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-05-16Update git submodulesdavidjchou1-0/+0
* Update docs/submodules/kvmfornfv from branch 'master' - Generating a kvmfornfv rpm which doesn't includes the debug info for Danube release 3 Apex installer Upstream status: N/A Change-Id: Ia5c36969419cb45d362990ad7cd23e3b4d7c5045 Signed-off-by: davidjchou <david.j.chou@intel.com>