RETIRED, Repo for Sahara Testing Frameworks
Go to file
Luigi Toscano ef229a275a Fix resource discovery for datasources
The lookahead code which checks path to source files and ssl certificate
did not properly consider the shared resources when package is installed.
Now data source files are looked locally first and then, if not found and
the path is relative, inside the default templates directory.
The default paths for test resources have been then changed to use defaults/
as base directory, with the exception of unit tests.
As the file referenced by yaml files must now exist, a new dummy file .crt
file was added for unit tests.

Change-Id: Ic385c6b4d694d95a11a626a3107fa1906924bd67
2016-04-19 12:32:26 +02:00
doc/source Fix all python-jobs check 2016-01-14 14:25:48 +03:00
etc/scenario Fix resource discovery for datasources 2016-04-19 12:32:26 +02:00
releasenotes Fix resource discovery for datasources 2016-04-19 12:32:26 +02:00
sahara_tempest_plugin Convert the imported API tests to Tempest Plugin interface 2016-04-12 13:55:23 +02:00
sahara_tests Fix resource discovery for datasources 2016-04-19 12:32:26 +02:00
tools Fix pylint 2016-03-22 19:32:03 +03:00
.coveragerc Fix project name in .coveragerc 2016-01-14 21:21:12 +03:00
.gitignore Fix .gitignore 2016-02-27 14:11:26 +03:00
.gitreview Fix .gitreview after repo renaming 2016-02-12 17:19:06 -08:00
.testr.conf Group tests by class 2014-08-04 14:59:13 +04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
HACKING.rst Ensure default arguments are not mutable 2015-12-31 15:56:11 +08:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
README.rst Fix READMEs location for sahara_tests 2016-02-18 10:30:51 +03:00
requirements.txt Updated from global requirements 2016-04-08 00:33:59 +00:00
setup.cfg Convert the imported API tests to Tempest Plugin interface 2016-04-12 13:55:23 +02:00
setup.py Updated from global requirements 2015-09-22 03:37:33 +00:00
test-requirements.txt Add reno to sahara-test 2016-04-08 14:57:16 +00:00
tox.ini Add reno to sahara-test 2016-04-08 14:57:16 +00:00

README.rst

Tests for Sahara project

In sahara_tests folder we have next tools:
  • Sahara-scenario framework

For more details see README.rst file in the chosen directory