CCSIM Configuration Components
The CCSIM configuration JSON consists of three main sections:
- Tests: Define the tests to be run in the simulation. This can include API tests (apipecker) and UI tests (espresso) with their specific configurations.
- Architecture: Describe the network architecture, including:
- Microservices: The services that will be deployed
- Hosts: The devices or servers where microservices are deployed
- Switches: Network switches that connect the hosts
- Links: Connections between network components with their latencies
- Mobile App Installation: Specify mobile applications to be installed on specific devices for testing.
Use the JSON editor below to modify the configuration. Click "Validate JSON" to check if your configuration is valid for CCSIM.