9 Commits

Author SHA1 Message Date
Cosmin Poieana
415bdc7a72 Global mass refactor
* remove unnecessary vim comments
* use unittest.mock first, then mock
* consistent spaces
* ignore *.orig files
* pep8 & flake8 compliant

Change-Id: I48e8b5c13b8ea436a48180f526e97fa8da003b68
2015-01-18 17:51:56 +02:00
Alessandro Pilotti
a673ca6b5b Fixes a password type conversion issue on Python 3
Due to conversion issues between str and bytes, string passwords fail
to be encrypted on Python 3.

Change-Id: If543b8798e6b8e8cc02213b588c7ee12b85cb4c3
Closes-Bug: #1407775
2015-01-05 22:19:14 +02:00
Robert Tingirica
b0aa3b56b8 Fixes Python34 bugs
This fix is needed due to the different encodings on Python27 and
Python34. Some tests failed and some string values were not
compatible.

Change-Id: I7206a0549051971da76b3b30221aea9f86eed904
2014-12-09 20:34:21 +02:00
Alessandro Pilotti
23ddd33fa4 Fixes requirements on Linux
Platform specific requirements can not be included in requirements.txt

Includes also:

* testr configuration file
* PEP8 fixes
* Unit test fixes for passing OpenStack Jenkins checks

Change-Id: I6f3f367f3316e0b506bb62e66d7671f9e52c72b5
Closes-Bug: #1376816
2014-10-05 22:20:58 +03:00
Robert Tingirica
184f183311 Fixed a few pep8 nits 2014-06-11 16:45:22 +03:00
Alessandro Pilotti
bd8c6a3c47 Fixes SSH key format issue 2013-11-15 12:23:43 +02:00
Alessandro Pilotti
fcd8271c5b pylint and pep8 2013-03-29 00:10:07 +02:00
Alessandro Pilotti
2a7bc8510a Bug fixes 2013-02-04 00:20:59 +02:00
Alessandro Pilotti
e94d732d2b Added support for post metadata encrypted password 2013-02-03 22:00:04 +02:00