os.popen() is deprecated since version 2.6. Resolved with use of subprocess module. Change-Id: Iea9c0501f46c57d809217912fb0f40eb2bc4f111 Closes-Bug: #1529836