-
Julien Danjou authored
Oslotest is OpenStack specific and we actually don't use any of its feature except stdout redirection and log silencing, which is really provided by `fixtures' and `daiquiri'. Remove it and use testtools directly. This avoids having OS_* variables used everywhere and makes sure we don't pull dependencies we don't need (mox3, os-client-config, etc).
Julien Danjou authoredOslotest is OpenStack specific and we actually don't use any of its feature except stdout redirection and log silencing, which is really provided by `fixtures' and `daiquiri'. Remove it and use testtools directly. This avoids having OS_* variables used everywhere and makes sure we don't pull dependencies we don't need (mox3, os-client-config, etc).