Merge "vts: Use global hostapd_ since teardown will call terminate function"
This commit is contained in:
commit
77c3b52888
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ TEST_P(HostapdHidlTest, Create) {
|
|||
stopHostapd(wifi_instance_name_);
|
||||
startHostapdAndWaitForHidlService(wifi_instance_name_,
|
||||
hostapd_instance_name_);
|
||||
sp<IHostapd> hostapd = IHostapd::getService(hostapd_instance_name_);
|
||||
EXPECT_NE(nullptr, hostapd.get());
|
||||
hostapd_ = IHostapd::getService(hostapd_instance_name_);
|
||||
EXPECT_NE(nullptr, hostapd_.get());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue