]> code.ossystems Code Review - openembedded-core.git/commit
qemurunner.py: Move some class variables that should only be local
authorRandy Witt <randy.e.witt@linux.intel.com>
Tue, 18 Aug 2015 23:44:25 +0000 (16:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Aug 2015 22:45:23 +0000 (23:45 +0100)
commit829a6e521f15bae93d5f1a02dc67bc56a8c606c8
tree55337944716a0e747fc11a0e86dd07f09760daaa
parentad509d7644803ff9386affefe2ec1a3664027074
qemurunner.py: Move some class variables that should only be local

The bootlog and qemusock variables were set in the class as part of the
create_socket() routine. However those variables are never used outside
of the same function and thus serve no purpose as class variables.

This initializes those variables near where they are used.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/qemurunner.py