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