Skip to content

Commit 74ba7bd

Browse files
committed
[integration tests] Move Security tests in dedicated package
1 parent 688dc50 commit 74ba7bd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/RedisSecurityStoreTest.java leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/security/RedisSecurityStoreTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributors:
1414
* Sierra Wireless - initial API and implementation
1515
*******************************************************************************/
16-
package org.eclipse.leshan.integration.tests;
16+
package org.eclipse.leshan.integration.tests.security;
1717

1818
import org.eclipse.leshan.core.endpoint.Protocol;
1919
import org.eclipse.leshan.integration.tests.util.LeshanTestServerBuilder;

leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/RedisSecurityTest.java leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/security/RedisSecurityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributors:
1414
* Sierra Wireless - initial API and implementation
1515
*******************************************************************************/
16-
package org.eclipse.leshan.integration.tests;
16+
package org.eclipse.leshan.integration.tests.security;
1717

1818
import org.eclipse.leshan.core.endpoint.Protocol;
1919
import org.eclipse.leshan.integration.tests.util.LeshanTestServerBuilder;

leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/SecurityStoreTest.java leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/security/SecurityStoreTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributors:
1414
* Sierra Wireless - initial API and implementation
1515
*******************************************************************************/
16-
package org.eclipse.leshan.integration.tests;
16+
package org.eclipse.leshan.integration.tests.security;
1717

1818
import static org.eclipse.leshan.integration.tests.util.Credentials.BAD_ENDPOINT;
1919
import static org.eclipse.leshan.integration.tests.util.Credentials.BAD_PSK_ID;

leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/SecurityTest.java leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/security/SecurityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributors:
1414
* Sierra Wireless - initial API and implementation
1515
*******************************************************************************/
16-
package org.eclipse.leshan.integration.tests;
16+
package org.eclipse.leshan.integration.tests.security;
1717

1818
import static org.assertj.core.api.Assertions.assertThat;
1919
import static org.eclipse.leshan.core.CertificateUsage.CA_CONSTRAINT;

leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/ServerOnlySecurityTest.java leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/security/ServerOnlySecurityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributors:
1414
* Sierra Wireless - initial API and implementation
1515
*******************************************************************************/
16-
package org.eclipse.leshan.integration.tests;
16+
package org.eclipse.leshan.integration.tests.security;
1717

1818
import static org.assertj.core.api.Assertions.assertThat;
1919
import static org.eclipse.leshan.integration.tests.util.Credentials.GOOD_PSK_ID;

leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/SniTest.java leshan-integration-tests/src/test/java/org/eclipse/leshan/integration/tests/security/SniTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Contributors:
1414
* Sierra Wireless - initial API and implementation
1515
*******************************************************************************/
16-
package org.eclipse.leshan.integration.tests;
16+
package org.eclipse.leshan.integration.tests.security;
1717

1818
import static org.assertj.core.api.Assertions.assertThat;
1919
import static org.eclipse.leshan.core.CertificateUsage.DOMAIN_ISSUER_CERTIFICATE;

0 commit comments

Comments
 (0)