commit | 4c199ce39282293c6f7a628c03313868da1857c3 | [log] [tgz] |
---|---|---|
author | Patrick Hiesel <hiesel@google.com> | Thu Dec 22 11:56:22 2016 +0100 |
committer | Patrick Hiesel <hiesel@google.com> | Thu Dec 22 11:57:49 2016 +0100 |
tree | 5f2763394c28952a8af816bfb10ab816ad87ff07 | |
parent | 2b785946fdfff06954772d31e611f82fd04f3687 [diff] |
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 {