2024-07-09 14:58:07 +02:00
|
|
|
# Configuration to run the "acid" tests
|
2024-01-04 20:25:27 +01:00
|
|
|
|
|
|
|
include = ["base.toml"]
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
[general]
|
|
|
|
# Filesystem size in MiB
|
|
|
|
filesystem_size = 256
|
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
|
|
|
acid = {}
|
|
|
|
coreutils = {}
|
|
|
|
ion = {}
|
|
|
|
|
|
|
|
[[files]]
|
2024-01-07 18:15:34 +01:00
|
|
|
path = "/usr/lib/init.d/10_acid"
|
2024-01-04 20:25:27 +01:00
|
|
|
data = """
|
|
|
|
export RUST_BACKTRACE full
|
|
|
|
acid
|
|
|
|
acid create_test
|
|
|
|
acid switch
|
|
|
|
acid tls
|
|
|
|
acid thread
|
|
|
|
shutdown
|
|
|
|
"""
|