test
This commit is contained in:
snoop 2017-04-27 10:32:53 +09:00
parent 21cf01b0c9
commit ff7de5f7ee

View File

@ -6,6 +6,7 @@ import com.loafle.overflow.crawler.config.Config;
import com.loafle.overflow.crawler.result.OFResultSet;
import com.loafle.overflow.crawler.snmp.SNMPCrawler;
import com.sun.xml.internal.ws.api.ResourceLoader;
import org.junit.Ignore;
import org.junit.Test;
import java.io.File;
@ -27,6 +28,7 @@ public class AppTest {
* loafle4 :NOAUTHNOPRIV
*/
@Ignore
@Test
public void testSNMP3() throws Exception {
SNMPCrawler c = new SNMPCrawler();
@ -44,6 +46,7 @@ public class AppTest {
}
@Ignore
@Test
public void testSNMP2c() throws Exception {
SNMPCrawler c = new SNMPCrawler();