tests.toml 407 B

12345678910111213141516
  1. test_format = 1.0
  2. [default]
  3. args.wifi_passphrase = "!abcDEF01234"
  4. args.firmware_nonfree = "no"
  5. test_upgrade_from.539a1f26.name = "Pre 2.0"
  6. test_upgrade_from.539a1f26.args.domain = "domain.tld"
  7. test_upgrade_from.539a1f26.args.wifi_passphrase = "!abcDEF01234"
  8. [with_nonfree]
  9. args.wifi_passphrase = "!abcDEF01234"
  10. args.firmware_nonfree = "yes"
  11. only = ["install.nourl"]