Update board names for skate in the wifi suite

BUG=chromium:366294
TEST=run_suite.py

Change-Id: I48bb0baede8ef8ef074f0d9f7dc57c1f634bba4f
Reviewed-on: https://chromium-review.googlesource.com/196679
Tested-by: Bindu Mahadev <bmahadev@chromium.org>
Reviewed-by: Kris Rambish <krisr@chromium.org>
Commit-Queue: Bindu Mahadev <bmahadev@chromium.org>
diff --git a/provingground/run_wifi_release_suite.sh b/provingground/run_wifi_release_suite.sh
index db5458c..766ff86 100755
--- a/provingground/run_wifi_release_suite.sh
+++ b/provingground/run_wifi_release_suite.sh
@@ -116,6 +116,8 @@
     # Perform the conversion from autotest platform names to board build names
     if [ $board == 'spring' ] ; then
       board='daisy_spring'
+    elif [ $board == 'skate' ] ; then
+      board='daisy_skate'
     elif [ $board == 'snow' ] ; then
       board='daisy'
     elif [ $board == 'alex' ] ; then