REM:
1. 修改设备管理冒烟测试断言
This commit is contained in:
chenlinghy 2020-07-03 17:46:01 +08:00
parent c79fda8174
commit 2b9b48d3ff
1 changed files with 0 additions and 9 deletions

View File

@ -231,17 +231,8 @@ public class DeviceNodeInfoControllerSmokeTest extends InitTestEnvironment {
Assert.assertNotNull(dpData);
Assert.assertNotNull(dpData.getId());
//Assert.assertNotNull(dpData.getType());
Assert.assertNotNull(dpData.getIp());
Assert.assertNotNull(dpData.getStatus());
Assert.assertNotNull(dpData.getMessage());
Assert.assertNotNull(dpData.getCapacity());
DisposeCapacity taskInfoData = dpData.getCapacity().get(0);
Assert.assertNotNull(taskInfoData);
Assert.assertNotNull(taskInfoData.getType());
Assert.assertNotNull(taskInfoData.getDisposeIp());
}
/**