sahara-tests/sahara_tempest_plugin/tests/cli
Luigi Toscano 4c1d1645de CLI tests: more testing and Python 3 fixes
- when downloading the internal job binaries, compare it
  with the original file;
- simplify the string matching for the error messages in negative
  testing (job binary and node group templates). The returned string
  is a bit different when using python 3 (few \n remainings, maybe
  there is an interaction between string and byte arrays.)
- run the API v2 tests using Python 3. Python 3 and API v2 tests
  have been both added in Stein.
- define few data strings used for testing as bytes, so that they
  can work with both Python 2 and Python 3.

Change-Id: I1924239659072ec8f1ea67df8d3d5b9a2264beb8
2019-06-04 18:05:02 +02:00
..
README.rst Update tests for plugin, cluster and image 2016-09-02 11:33:38 +03:00
__init__.py Move CLI tests under sahara_tempest_plugin 2016-08-02 10:18:11 +02:00
base.py CLI tests: more testing and Python 3 fixes 2019-06-04 18:05:02 +02:00
cluster_templates.py Fix cluster/node group template tests 2017-02-07 11:36:21 -03:00
clusters.py Fix the network settings of the templates 2016-09-26 18:44:37 +02:00
data_sources.py Added cli tests for data sources 2016-09-15 16:18:03 +03:00
images.py Add new negative cli tests for image and job binary 2016-12-12 15:34:25 +03:00
job_binaries.py CLI tests: more testing and Python 3 fixes 2019-06-04 18:05:02 +02:00
job_templates.py Added cli-tests for job template 2016-09-19 11:40:52 +03:00
job_types.py Add cli tests for job type 2017-03-07 16:03:52 +04:00
jobs.py Added test for job update using cli 2016-11-08 09:11:51 +00:00
node_group_templates.py Fix NGT creation test with multiple plugin versions 2018-06-08 11:33:42 +02:00
plugins.py Merge "Added cli-test for "plugin update"" 2016-12-20 08:18:31 +00:00
test_scenario.py CLI tests: more testing and Python 3 fixes 2019-06-04 18:05:02 +02:00

README.rst

Sahara CLI Tests

This directory contains tests to cover CLI commands of saharaclient.