Commit Graph

12 Commits

Author SHA1 Message Date
Luigi Toscano b3447fbf90 Remove Tempest-like tests for clients (see sahara-tests)
The tests removed here are now available in the Tempest plugin inside
sahara-tests.

Also remove few test dependencies which are not needed anymore (as a result
of this code removal but also of previous changes).

Change-Id: I6394cd0ed01d7799ba303fd36e4777018de16854
2016-09-09 16:43:43 +02:00
Nam Nguyen Hoai 36c7b3de74 TrivialFix: Remove logging import usused
This patch removes logging import unused.

Change-Id: Ia609f2a569828089a24811d55af80eda56bffa7e
2016-08-26 14:03:06 +07:00
luhuichun 3ada667eaf Replacing all hard coded cluster status using cluster_utils
Change-Id: I9550e98553da9f7bfc57923e44a789e07a912ff4
Closes-bug: 1517061
2015-12-11 00:52:03 +08:00
Andrey Pavlov 8ad5858052 Fix of client tests in tempest
python-saharaclient tests in tempest were fixed
and documentation updated

Change-Id: I6a5964b8ecd1e343c427ae7aefdadac5cfa26ad9
Closes-bug: #1501347
2015-09-30 16:56:32 +03:00
Luigi Toscano 09279d54d5 Adapt python client tests to use Tempest plugin interface
Use the Tempest plugin interface for python client tests (which
are already tempest-based) instead of copying the tests inside
the tempest tree.

Inspired by the same type of change applied to Manila,
see Ie5ed64a6777ed1acf8dd56522c26705ae897596d

Depends-On: I06f1e13207cc6d661c078c4c4cf1ae7974ecf3da
Change-Id: I6073a528413aefd96882179a1eb8bbe715c6417b
2015-09-18 14:13:04 +02:00
Luigi Toscano 494a019178 Python client tests: access to credentials/net clients
Adapt to the latest changes in tempest master, and fix the
access to the credentials and the network clients.

The relevant changes seems to be (tempest):
Credentials: I2f026e553f8c2c2a4cf2cb319bcd67e7d82e0479
Network client: I1730adb3258557698dbe15658bb1c12f2292c2fd

Change-Id: I7af04cdd6805e8e26e27355289fbfd81d384d9af
2015-09-18 14:10:00 +02:00
Sergey Reshetnyak 6d3c5f900e Set up network client for tempest client tests
Change-Id: I08e590390e84880beaa394daac2d5eaf32c254fc
2015-03-24 19:01:36 +03:00
Jacob Bin Wang b899115562 Fix log import error in tempest tests for Sahara
Fix log import error in base class of client tests.
Tempest now use olso.log for logging,
instead of log module from tempest common or tempest-lib.

Closes-bug: #1425835

Change-Id: Idb1ea80af5f567e198380171b0c9216952b85b50
2015-03-19 14:53:32 +08:00
Sergey Reshetnyak 1ffe2a7abe Fix tempest tests for Sahara
Fix getting network id in client tests

Related-bug: #1425835

Change-Id: I27d4746fd4225637cf0e808ca31399ec5019c508
2015-03-09 10:25:03 +00:00
Sergey Reshetnyak c1e16a48ac Fix tempest client tests in Sahara
Change-Id: I60e09e79ec3a222b3257f0ee86b93ee2fc862c0e
Closes-bug: #1425835
2015-02-26 15:35:05 +03:00
Andrey Pavlov 5c5491f9de Using oslo_* instead of oslo.*
Changes:
* using oslo_config instead of oslo.config
* using oslo_concurrency instead of oslo.concurrency
* using oslo_db instead of oslo.db
* using oslo_i18n instead of oslo.i18n
* using oslo_messaging instead of oslo.messaging
* using oslo_middleware instead of oslo.middleware
* using oslo_serialization instead of oslo.serialization
* using oslo_utils instead of oslo.utils

Change-Id: Ib0f18603ca5b0885256a39a96a3620d05260a272
Closes-bug: #1414587
2015-02-04 13:19:28 +03:00
Andrey Pavlov 8f5ae97331 Saharaclient tests for tempest
implements bp: saharaclient-tests-in-tempest

Change-Id: I1a491d0ee566e3bd4ab1957ac400806c60602686
2014-12-12 15:38:08 +03:00