- Created a bash script that initializes the localstack for tests, and then runs commtest integration tests. This script is the main entrypoint for the docker container that runs the tests on CI.
- Created a Dockerfile for commtest that install necessary dependencies and copies necessary files
Depends on D9510