// superclass tests
@Test(expectedExceptions = IllegalArgumentException.class)
public void testinstallPrivateKeyBadFormat() {
JoyentCloudTemplateOptions options = new JoyentCloudTemplateOptions();
options.installPrivateKey("whompy");
}
@Test
public void testinstallPrivateKey() throws IOException {
JoyentCloudTemplateOptions options = new JoyentCloudTemplateOptions();