From f51e291dab9bf97c55cb803d89c987d1cae776a2 Mon Sep 17 00:00:00 2001 From: M3t4Data Date: Sat, 12 Aug 2023 20:57:46 +0200 Subject: [PATCH] adding tests.toml file --- tests.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests.toml diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..12ffc3f --- /dev/null +++ b/tests.toml @@ -0,0 +1,24 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ + + exclude = ["install.subdir"] + + # ------------------------------- + # Default args to use for install + # ------------------------------- + + # By default, the CI will automagically fill the 'standard' args + # such as domain, path, admin, is_public and password with relevant values + # and also install args with a "default" provided in the manifest.. + # It should only make sense to declare custom args here for args with no default values + + args.password = "p@ssw0rd" + args.influxdb_org_name = "flux-org" + args.influxdb_bucket_name = "flux-bucket" + args.influxdb_bucket_retention = "30d" + args.init_main_permission = "all_users" \ No newline at end of file