Skip to content

Skipped

Scenario: Validate a device search with a null device ID.Given I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided" (from org.eclipse.kapua.service.device.registry.internal.RunTest)

Skipped for the past 2 builds (Since #0 )
Took 0 ms.

Standard Output

Failure in before hook:DeviceEventServiceTestSteps.beforeScenario(Scenario)
Message: java.lang.RuntimeException: java.io.FileNotFoundException: File does not exist: /tmp/genie.kapua/kapua-liquibase/changelog-event-store-master.pre.xml
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:72)
	at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceTestSteps.beforeScenario(DeviceEventServiceTestSteps.java:144)
	at sun.reflect.Generated
...[truncated 6976 chars]...
 more


  Scenario: Validate a regular device search                      # features/DeviceRegistryValidation.feature:68
      Validate the parameters for a device search. Both ScopeID and DeviceID
      are not null. The validator should be OK with it.

    When Validating a find operation for scope 15 and device 4321 # DeviceRegistryValidationTestSteps.validateDeviceSearch(String,String)
    Then There was no exception                                   # SharedTestSteps.noExceptionWasRaised()