Tast: add pirika and pirette to skip in Wifi80211ax hwdep

The dedede models pirika and pirette use WiFi chipsets which do not
support 802.11ax, and thus should be skipped in the Wifi80211ax hwdep.

Tested on pirika and pirette DUTs.

BUG=b:196835822
TEST=tast run $DUT wifi.HeCaps
wifi.HeCaps  [ SKIP ] ModelId matched with skip-on list

Change-Id: I0f1833e152d9bf1210e12f256d42025903df3861
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/3100318
Tested-by: Kevin Lund <kglund@google.com>
Reviewed-by: Billy Zhao <billyzhao@chromium.org>
Reviewed-by: Keigo Oka <oka@chromium.org>
Commit-Queue: Kevin Lund <kglund@google.com>
diff --git a/src/chromiumos/tast/testing/hwdep/hwdep.go b/src/chromiumos/tast/testing/hwdep/hwdep.go
index 32cc1dd..cdd7ec6 100644
--- a/src/chromiumos/tast/testing/hwdep/hwdep.go
+++ b/src/chromiumos/tast/testing/hwdep/hwdep.go
@@ -399,6 +399,8 @@
 			"jelboz360",
 			"lantis",
 			"madoo",
+			"pirette",
+			"pirika",
 			"vilboz",
 		)
 		if satisfied, reason, err := modelCondition.Satisfied(f); err != nil || !satisfied {