# Datasync End-To-End Testing ## Cloud to Edge ```shell rosa e2e //test/e2e/datasync/cloudtoedge:cloudtoedge_test -- --integration-level=2 ``` ## Edge to Cloud ```shell rosa e2e //test/e2e/datasync/edgetocloud:edgetocloud_test -- --integration-level=2 ``` ## Encryption & Decryption ```shell rosa e2e //test/e2e/datasync/encryption:encryption_test -- --integration-level=2 ```