ignore
test
This commit is contained in:
parent
21cf01b0c9
commit
ff7de5f7ee
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user