Files
hardware_interfaces/wifi
Ahmed ElArabawy 7f817f5e23 Wifi: Fix vts tests error handling
In current code, VTS tests checks on null pointer using EXPECT_NE
then proceed with using the variable. This causes a null pointer
exception when the test fails.
This commit replaces the EXPECT_NE with ASSERT_NE to exit the test
on failure.

Bug: 152576797
Test: atest VtsHalWifiV1_0TargetTest
Change-Id: I5e54634020216f91144a234caf2b990de5706d8c
2020-03-27 00:08:58 -07:00
..
2020-03-27 00:08:58 -07:00
2020-02-19 17:34:29 -08:00
2017-02-15 12:47:02 -08:00