summaryrefslogtreecommitdiffstats
path: root/testcases
AgeCommit message (Collapse)AuthorFilesLines
2015-10-21Refactor Functest docker containerjose.lausuch1-1/+10
1. start.sh has been splitted into 2 scripts: - prepare_env.sh : installs functest environment without running any test - run_tests.sh : run the Functest tests 2. Add possibility to give the config_functest.yaml in the docker run command. So far, it has always been used the default in the repo. 3. Possible to give the repos the branch and commit ID to be checkout/reset to. This allows versioning control for the repos 4. Added -x permissions to shell scripts JIRA: FUNCTEST-29 Change-Id: If4b779f5baa37531603955db3681e24a5e08251a Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-19set nb test run and failure tests as intMorgan Richomme1-31/+33
JIRA: FUNCTEST-37 Change-Id: Ic540eab88c86422af1b68b4ead74f9456d18fa25 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-10-19change expected response to 404Peter Bandzi3-3/+3
HTTP response 404 means not found which should indicate that requested entity was not found. And this is what we want after delete. JIRA: FUNCTEST-79 Change-Id: I7dc501dfe3581e5549b002abe1018add88fe8d83 Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
2015-10-19Merge "ODL test suite requirements.pip moved to general requirements"Morgan Richomme3-51/+0
2015-10-19ODL test suite requirements.pip moved to general requirementsjose.lausuch3-51/+0
create_env script removed. Modules already installed in the docker image Change-Id: Ied166532b47f0f3b6189251776c984df9cf3570d Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-19Merge "Create run_tempest out of run_rally"jose.lausuch1-0/+144
2015-10-19Merge "refactor run-rally and integrate API to push results into DB heavier ↵Morgan Richomme1-81/+83
refactoring due to new verison of Rally will probably needed"
2015-10-19Create run_tempest out of run_rallyjose.lausuch1-0/+144
JIRA: FUNCTEST-37 Change-Id: If87c66f0905b8577b6ebccff7a61d6d6eced6da9 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-19refactor run-rally and integrate API to push results into DBMorgan Richomme1-81/+83
heavier refactoring due to new verison of Rally will probably needed JIRA: FUNCTEST-55 Change-Id: Ia9976fa4fe55618cf7f85f9d6a2d0b660497b624 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-10-16Bugfix: Add default DNS on subnetboucherv1-1/+1
JIRA: FUNCTEST-38 Change-Id: I6c2d217d665fd6a702bcb10efd4933c01a7b3ca4 Signed-off-by: boucherv <valentin.boucher@orange.com>
2015-10-16Merge "Move the configuration from test scripts to config_functest.yaml"Morgan Richomme6-16/+64
2015-10-16Move the configuration from test scripts to config_functest.yamllanqinglong6-16/+64
JIRA:FUNCTEST-77 The configuration is in onos test files Get them out, put in config_functest.yaml Change-Id: I3f7b868b61a7e66596f7c0cc232c5b045d77aecb Signed-off-by: lanqinglong <lanqinglong@huawei.com>
2015-10-16Bugfix: venv pathboucherv1-3/+1
JIRA: FUNCTEST-38 Change-Id: Ia5b6b9584fcac65c956bbc8a1a17155950b535b9 Signed-off-by: boucherv <valentin.boucher@orange.com>
2015-10-15Bugfix: venv pathboucherv1-1/+1
JIRA: FUwNCTEST-38 Change-Id: I13c1b584dd39ec678e7e8e6b6a7cb48105f42335 Signed-off-by: boucherv <valentin.boucher@orange.com>
2015-10-15Merge "Write a simple adapter in functest project to run TESTON"Morgan Richomme1-1/+9
2015-10-14intergrate the basic function senario and testcases in TESTONlanqinglong2-10/+33
JIRA:FUNCTEST-47 include tests: Northbound test Ovsdb test Change-Id: Icd5bc2da117cc5c2f7196a0f06fa8934fd8e022f Signed-off-by: lanqinglong <lanqinglong@huawei.com>
2015-10-13Fix version number returnMorgan Richomme1-2/+1
JIRA: FUNCTEST-36 Change-Id: Icc4927abc5993535effd58658c3166b59afec93c Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-10-13forget to clean push function in vPingMorgan Richomme1-7/+0
JIRA: FUNCTEST-36 Change-Id: I081cc04093bcc090748ccb5560b77559b328167f Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-10-13add functions in utils and fix vPingMorgan Richomme4-79/+157
JIRA: FUNCTEST-36 Change-Id: I5bf315117edc25a6f92b3c4cc873e7626aaff5e0 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-10-13Write a simple adapter in functest project to run TESTONlanqinglong1-1/+9
JIRA:FUNCTEST-46 Add Env function: replace onos file Add log folder Change-Id: Ice2679ccf00258dfb206ab252590ec586b1d2c9d Signed-off-by: lanqinglong <lanqinglong@huawei.com>
2015-10-12Merge "Use new client script to run onos test"Morgan Richomme4-223/+137
2015-10-10Use new client script to run onos testlanqinglong4-223/+137
JIRA:FUNCTEST-61 Add client.py modify some scripts Change-Id: Icc562ec5211dfea664f89086d259cc7fc011e3a4 Signed-off-by: lanqinglong <lanqinglong@huawei.com>
2015-10-09Bugfix: urllib-->urllib2.jose.lausuch1-1/+1
If there is no internet, it will not throw an error, but it will quit as expected with a proper message. Change-Id: I133d932d4713b6bb6f452736c71b38ce5c5a6310 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-08Merge "Bigfix : function "download_and_add_image_on_glance""boucherv1-0/+2
2015-10-08Bigfix : function "download_and_add_image_on_glance"boucherv1-0/+2
JIRA: FUNCTEST-38 Change-Id: I40bbc1f825d7cd5e24a37b0acd5a02b7ace6263c Signed-off-by: boucherv <valentin.boucher@orange.com>
2015-10-07Fix rally installation path in config yaml filejose.lausuch2-2/+2
JIRA: FUNCTEST-29 Change-Id: Id34570b9795e8447e05408364621abe2740ed457 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-07Merge "Dockerfile for Functest"jose.lausuch3-56/+30
2015-10-07Dockerfile for Functestjose.lausuch3-56/+30
Includes also: - script to trigger Functest automatically within the container - common requirements file to install python modules - added new parameters in the config_functest.yaml - other small adjustements JIRA: FUNCTEST-29 Change-Id: I230631e43e5f7e14938b35903ecec1b17db0f88a Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-06Merge "Use new environment script to setup env to run onos function test ↵Morgan Richomme1-0/+212
JIRA:FUNCTEST-60"
2015-10-05Merge "Added configure_tempest() function"Morgan Richomme1-3/+46
2015-10-05Merge "vIMS deployment and cleanup"boucherv5-4/+458
2015-10-05vIMS deployment and cleanupboucherv5-4/+458
These scripts allow to : - Prepare platform (tenant, user, image, quota etc) - Deploy cloudify-manager-server - Deploy vIMS Clearwater - Undeploy vIMS - Undeploy cloudify-manager-server - Clean the platform vIMS test coming soon JIRA: FUNCTEST-38 Change-Id: I35be6433c6511d741a27b67fe24c3031f1e29fe5 Signed-off-by: boucherv <valentin.boucher@orange.com>
2015-10-05Added configure_tempest() functionViktor Tikkanen1-3/+46
Currently there is a need to add and/or update some parameters into Tempest configuration file (tempest.conf) generated by Rally. This version of the function updates fixed_network_name parameter. JIRA: FUNCTEST-70 Change-Id: I182b687b02a4f124b6289e3cdae6f5817914d2ca Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
2015-10-04Use new environment script to setup env to run onos function testQinglong Lan1-0/+212
JIRA:FUNCTEST-60 Change-Id: Iaafb2ffee85c4fc11dde20194e9bd10789f40c65 Signed-off-by: Qinglong Lan <lanqinglong@huawei.com>
2015-10-04Write a simple adapter in functest project to run TESTONQinglong Lan1-0/+32
JIRA:FUNCTEST-46 Change-Id: I146ec926da6cbbd2535d0997326a13bd545f42c6 Signed-off-by: Qinglong Lan <lanqinglong@huawei.com>
2015-10-02Merge "Add get_networks_list function in functest_utils.py"jose.lausuch1-20/+33
2015-10-02Merge "Add SLA to Rally test cases"Morgan Richomme13-0/+255
2015-10-02Add get_networks_list function in functest_utils.pyjose.lausuch1-20/+33
Change-Id: Ibafaf66f2c63a38d847cdd59a70da74475dc7c7e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-02Add SLA to Rally test casesJuha Kosonen13-0/+255
Set success criteria for Rally scenarios to indicate failure in case of a failed iteration. JIRA: FUNCTEST-58 Change-Id: Ie864ebfddf4be5f67c0af0ceca0d7d1d0c07cd19 Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
2015-10-02Use new connection script to be the connection adapter to run onoslanqinglong4-1/+147
JIRA:FUNCTEST-59 Change-Id: I335d728f2dd10f90344d17705412ffc9f753a931 Signed-off-by: lanqinglong <lanqinglong@huawei.com>
2015-09-25Adapt installation of Tempest from rally with new command linejose.lausuch1-1/+1
https://review.openstack.org/#/c/225479/ Change-Id: I2d25797d02afed0e399f3f97c83b46c5e8969821 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-09-25Removed command 'exit 0'Peter Bandzi1-1/+1
Forgot to remove it in previous commit JIRA: FUNCTEST-41 Change-Id: I411e3dc097cb550151480790fdf1aadae584099c Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
2015-09-25Fix for ODL suitePeter Bandzi1-5/+16
There is required to add into __init__.py of neutron suite following two lines: Suite Setup Start Suite Suite Teardown Stop Suite Otherwise there were errors like unknown variables. Also adding some small enhancements like creating one final report from partial reports JIRA: FUNCTEST-41 Change-Id: Ia91e05ebf378104af5d98029b154d7394559678e Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
2015-09-23Merge "added flag --yes to install_rally to force install dependencies"Morgan Richomme1-1/+1
2015-09-23added flag --yes to install_rally to force install dependenciesjose.lausuch1-1/+1
Change-Id: Ie199acd062633cda3ec3745ce4a506d247873780 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-09-23Merge "onos-test:basic frame work of running onos TestOn test"Morgan Richomme3-0/+231
2015-09-22Merge "creation of scripts to generate Dashboard compatible json result files"Morgan Richomme8-64/+519
2015-09-22added yum install of needed packages on jumphostjose.lausuch1-0/+6
Change-Id: I7ee320dc9564ad144d9f1106c79a876e2d5b1bdc Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-09-22onos-test:basic frame work of running onos TestOn testlanqinglong3-0/+231
Change-Id: I9b701e37b2e0fa167e5d1c1e55b35eeb12c33bf6
2015-09-22creation of scripts to generate Dashboard compatible json result filesMorgan Richomme8-64/+519
JIRA: FUNCTEST-45 Change-Id: I2336b830d3b5079f45c96bbb69061c8020ea637a Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>