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