parent
c79fda8174
commit
2b9b48d3ff
|
@ -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());
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue