1# Datasync End-To-End Testing 2 3## Cloud to Edge 4 5```shell 6rosa e2e //test/e2e/datasync/cloudtoedge:cloudtoedge_test -- --integration-level=2 7``` 8 9## Edge to Cloud 10 11```shell 12rosa e2e //test/e2e/datasync/edgetocloud:edgetocloud_test -- --integration-level=2 13``` 14 15## Encryption & Decryption 16```shell 17rosa e2e //test/e2e/datasync/encryption:encryption_test -- --integration-level=2 18```