diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-03-10 07:32:59 -0700 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-03-11 01:14:53 +0000 |
commit | f70cead5eb928954908de48300cc7a9c88430c0f (patch) | |
tree | fca67967fcc2c71be882bfaad624affaebddbaab /extras/selinux/vpp-custom.fc | |
parent | a1bfb3a4d2eeb79311e2eea2c84779c798e275cd (diff) |
Tests: 'Fix' __del__ in test/remote_test.py.
This is not a fix as much as supressing a warning.
__del__ is not a destructor.
test/remote_test.py:385:13: F821 undefined name 'cls'
cls.vpp.poll()
^
test/remote_test.py:386:16: F821 undefined name 'cls'
if cls.vpp.returncode is None:
^
test/remote_test.py:387:17: F821 undefined name 'cls'
cls.vpp.terminate()
^
test/remote_test.py:388:17: F821 undefined name 'cls'
cls.vpp.communicate()
Change-Id: I6f0ecf3ae5dee7f279a4e25994cc1c49470bca26
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'extras/selinux/vpp-custom.fc')
0 files changed, 0 insertions, 0 deletions