Add @UseSsh to CookbookIT

Change-Id: I5245a09a0dd3593db6d80fab260369044692cd7a
diff --git a/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java b/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java
index ad38f8e..94dea1b 100644
--- a/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java
+++ b/src/test/java/com/googlesource/gerrit/plugins/cookbook/CookbookIT.java
@@ -20,6 +20,7 @@
 import com.google.gerrit.acceptance.RestResponse;
 import com.google.gerrit.acceptance.TestPlugin;
 
+import com.google.gerrit.acceptance.UseSsh;
 import org.junit.Test;
 
 @TestPlugin(
@@ -28,6 +29,7 @@
     httpModule = "com.googlesource.gerrit.plugins.cookbook.HttpModule",
     sshModule = "com.googlesource.gerrit.plugins.cookbook.SshModule"
 )
+@UseSsh
 public class CookbookIT extends LightweightPluginDaemonTest {
   @Test
   public void printTest() throws Exception {