Fix test failure condition 71/60171/2
authorToshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
Wed, 25 Jul 2018 09:40:31 +0000 (09:40 +0000)
committerToshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
Fri, 27 Jul 2018 09:52:39 +0000 (09:52 +0000)
commit4c1b6b2ea5cafcb07207ca07eb589fe34a6e5dd5
treee8240ac65de4ffea145df5dbf2851582dd6f3df8
parent43d091ddcc32e8a89cb331c3f14e3a15dcd5325f
Fix test failure condition

* Because the type of the variable res[3] is bool,
  we should not compare it with a string.
* The expression "or 'None'" is always the same result,
  because 'None' is a constant value.
  It should be included in the comparison.

Change-Id: I25defad98d612d21027218438ca2a28744292cf5
Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
baro_tests/collectd.py