aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-10-28Added reset to rally commit ID in prepare_env.shjose.lausuch1-0/+8
Change-Id: I0d662409bfde353c8efd2fa3fd8cacf9c849428b Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-28ODL script bugfixesjose.lausuch2-6/+6
- misspelled word bugfix, old-->odl - integration directory removed JIRA: FUNCTEST-91 Change-Id: If97cccee446ac834133b51a9880684fa2ced6c07 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-28PGP network problems Fixjose.lausuch1-3/+2
Change-Id: Ib4ab60ef8305f74eeb63454461d7587751598680 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-28vIMS test integration and move "push_results_to_db" methodboucherv6-18/+54
Move "push_results_to_db" method to functest_util Updated some files for clearwater vIMS functional testing Change-Id: I21628b063470963e4e4425a0f89fefa33494e40d Signed-off-by: boucherv <valentin.boucher@orange.com>
2015-10-27Merge "Move git clone of ODL tests repo to Dockefile"jose.lausuch3-22/+18
2015-10-26Merge "Include cirros image in the docker container"Morgan Richomme3-15/+6
2015-10-26Merge "Add possibility to run specific set of tests"Morgan Richomme2-80/+166
2015-10-26Merge "Change duration to integer seconds in tempest results"Morgan Richomme1-1/+6
2015-10-23Move git clone of ODL tests repo to Dockefilejose.lausuch3-21/+17
JIRA: FUNCTEST-80 Change-Id: I39a0928f7a8c74d1cbb6db47b30e2cf2f9ae4ca1 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-22Include cirros image in the docker containerjose.lausuch3-15/+6
JIRA: FUNCTEST-73 Change-Id: Ie2ddaac3dbdbdad09832094fe31264abe4ba8118 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-22Add possibility to run specific set of testsjose.lausuch2-80/+166
JIRA: FUNCTEST-29 Change-Id: I20f1556911866cc7922cff9923ef7d01a95355ad Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-21Merge "Refactor Functest docker container"jose.lausuch6-290/+302
2015-10-21Refactor Functest docker containerjose.lausuch6-290/+302
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-21Merge "Remove start.sh in the dockerfile since it is splitted by 2 scripts"jose.lausuch1-3/+7
2015-10-21Remove start.sh in the dockerfile since it is splitted by 2 scriptsjose.lausuch1-3/+7
See https://gerrit.opnfv.org/gerrit/#/c/2685/ for details: The files to be executed will be: prepare_env.sh run_tests.sh JIRA: FUNCTEST-29 Change-Id: Idca630ff6bc2716e47cca66450dba7b8cb6d5dcf Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-21Removed ODL create_env from config_functest.pyjose.lausuch1-17/+0
Since create_env script in ODL suite is not longer needed for ODL tests because we have the libraries already installed in the docker container, this is not needed any more. Change-Id: I33a23c3acc0d931f6560f7b3a1d2054e5d277025 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-20Change duration to integer seconds in tempest resultsjose.lausuch1-1/+6
JIRA: FUNCTEST-37 Change-Id: I4de4f8564598bbb8e47ff5e8062c696cf06ac55e 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 Richomme4-52/+5
2015-10-19ODL test suite requirements.pip moved to general requirementsjose.lausuch4-52/+5
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-12remove chitti.nimmagadda@ericsson.com fro committer listMorgan Richomme1-1/+0
agrrement received by mail 10/09 JIRA: FUNCTEST-0 Change-Id: I1b1372792809e90da1ca58b3e47a13d97f832e62 Signed-off-by: Morgan Richomme <morgan.richomme@orange.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-08Create demo.sh cloned from start.sh to run Functest demosjose.lausuch1-0/+143
without executing the full Rally bench suites. Change-Id: I309fde7bb8ffea6bdb80164059ab40275ca7a8ff Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-08Add small checks to avoid possible 'No such file or directory'jose.lausuch1-4/+8
errors in the Docker automation procedure JIRA: FUNCTEST-29 Change-Id: Ib8629d9c0f64a046cdbec27cb1bdced3e49c72bb 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-07Merge "update of the INFO file"Morgan Richomme1-3/+9
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-07update of the INFO fileMorgan Richomme1-3/+9
JIRA: FUNCTEST-0 Change-Id: I3963f30b991f9eac2d9ee4a905bb63934e5a3696 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2015-10-07Add 2 libraries for Rally to the Functest Dockerfilejose.lausuch1-0/+2
JIRA: FUNCTEST-29 Change-Id: Ie610d982c79bb115edd0d33c75ab3de27d607422 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-10-07Merge "Dockerfile for Functest"jose.lausuch6-56/+231
2015-10-07Dockerfile for Functestjose.lausuch6-56/+231
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>