mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "Wifi: P2P VTS tests fail with no P2P support" am: a4a390c0d9 am: f44059b065
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1892882 Change-Id: I656eec9ad70552d2805d616964fe2e81597b2daf
This commit is contained in:
@@ -49,6 +49,9 @@ class SupplicantP2pIfaceHidlTest : public SupplicantHidlTestBaseV1_4 {
|
||||
public:
|
||||
virtual void SetUp() override {
|
||||
SupplicantHidlTestBaseV1_4::SetUp();
|
||||
if (!isP2pOn_) {
|
||||
GTEST_SKIP() << "Wi-Fi Direct is not supported, skip this test.";
|
||||
}
|
||||
p2p_iface_ = getSupplicantP2pIface_1_4(supplicant_);
|
||||
ASSERT_NE(p2p_iface_.get(), nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user