wifi: Re-enable EMLSR test cases

This commit is contained in:
Stefano Avallone
2023-10-29 19:16:16 +01:00
committed by Stefano Avallone
parent ca8b623394
commit 15add8119c

View File

@@ -2590,7 +2590,6 @@ WifiEmlsrTestSuite::WifiEmlsrTestSuite()
new EmlsrDlTxopTest(
{1, 1, emlsrLinks, {MicroSeconds(64)}, {MicroSeconds(64)}, MicroSeconds(512)}),
TestCase::QUICK);
#if 0
AddTestCase(new EmlsrDlTxopTest({2,
2,
emlsrLinks,
@@ -2598,9 +2597,8 @@ WifiEmlsrTestSuite::WifiEmlsrTestSuite()
{MicroSeconds(128), MicroSeconds(256)},
MicroSeconds(512)}),
TestCase::QUICK);
#endif
}
#if 0
for (bool switchAuxPhy : {true, false})
{
for (bool resetCamState : {true, false})
@@ -2613,7 +2611,6 @@ WifiEmlsrTestSuite::WifiEmlsrTestSuite()
}
}
}
#endif
}
static WifiEmlsrTestSuite g_wifiEmlsrTestSuite; ///< the test suite