wave: Rename test suite prefix from wifi to wave

This commit is contained in:
Tom Henderson
2020-05-06 16:34:12 -07:00
parent 209320aed2
commit 2eb0d831f5

View File

@@ -459,7 +459,7 @@ public:
};
OcbTestSuite::OcbTestSuite ()
: TestSuite ("wifi-80211p-ocb", UNIT)
: TestSuite ("wave-80211p-ocb", UNIT)
{
// TestDuration for TestCase can be QUICK, EXTENSIVE or TAKES_FOREVER
AddTestCase (new OcbWifiMacTestCase, TestCase::QUICK);