#
Ubuntu 22.04 LTS Environment
Here's an overview of the configuration, packages and services available in the TURBO TEST Ubuntu 22.04 LTS environment.
Here are the scripts used to build the virtual machine images.
#
Operating System
#
Pre-installed Services
To speed up boot time, optional services are disabled. Start any required services in the .turbo_test.toml
configuration file:
.turbo_test.toml
[before_test_run]
commands = '''
sudo systemctl start postgresql@16-main.service
sudo systemctl start redis
'''
#
Pre-installed Languages
#
Pre-installed Packages
Most packages required for software development are pre-installed. You can view the full list of pre-installed packages .
Here are some of the most commonly used packages: