mirror of
https://gitee.com/BDWare/ypk-deploy-tool
synced 2026-01-29 08:09:27 +00:00
add simple-ypk-packer
This commit is contained in:
30
src/test/java/EntryTest.java
Normal file
30
src/test/java/EntryTest.java
Normal file
@@ -0,0 +1,30 @@
|
||||
import org.bdware.ypkdeploy.Entry;
|
||||
import org.bdware.ypkdeploy.HTTPTool;
|
||||
import org.junit.Test;
|
||||
|
||||
public class EntryTest {
|
||||
@Test
|
||||
public void generateAllConf() {
|
||||
Entry.main(new String[]{"./testinput/generateAllConf.json"});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deployrouter() {
|
||||
Entry.main(new String[]{"./testinput/deployrouter.json"});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deployap() {
|
||||
Entry.main(new String[]{"./testinput/deployrouter.json"});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deploycp() {
|
||||
Entry.main(new String[]{"./testinput/deployrouter.json"});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deployBDTest() {
|
||||
HTTPTool.deploy("./testinput/deploy/router/GlobalRouter-023.json");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user