--- # Default variables for run_test role # Most settings come from inventory (group_vars) # Test name (required, passed from playbook/tasks) test_name: "" # Test repository URL (required, passed from playbook/tasks) test_repo_url: "" # Test repository branch (passed from playbook/tasks) test_repo_branch: "main" # Test timeout (passed from playbook/tasks) test_timeout: 900