This document discusses kamailio-tests, a testing framework for Kamailio. It aims to provide unit tests for Kamailio's core and module functionality to reduce the need for end-to-end testing. The framework uses Docker to allow tests to run across different operating systems and distributions. Unit tests are contained in directories and test scripts, and a control script can run all tests or specific ones. The document outlines the project structure, current test units, and future development plans to expand testing.