Commit Graph

3 Commits

Author SHA1 Message Date
melissaml fe160da765 Fix doc generation for Python3
Fix the Sphinx html_last_updated_fmt for Python3.
The html_last_updated_fmt option is interpeted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: I006b9cfef15a9e04c1e326d78dd30d2f5ad647c7
Closes-Bug:#1693670
2017-06-04 19:22:48 +08:00
Harshada Mangesh Kakad fd62a226d8 Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.

Change-Id: I9ad7eb571d491c7620a05b4c73851e32981b2a4e
Closes-Bug: #1529836
2016-01-14 06:52:05 -08:00
alexey-mr 3ecaef77b7 Added simple instances tests (CRUD)
Change-Id: Id4c9f7c4b18d6d2e3bd74c728d555f9513f08420
2015-11-05 12:58:34 +03:00