From 970c313fbc1fd52cc345c6d0224bbb4225925532 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 29 2018 19:14:08 +0000 Subject: Update envs for Server reporting We're now testing aarch64 and x86_64, so we need to report to the correct columns, here. I've adjusted the template so the column titles match. Signed-off-by: Adam Williamson --- diff --git a/fedora_openqa/conf_test_suites.py b/fedora_openqa/conf_test_suites.py index ebcbf51..3d298dc 100644 --- a/fedora_openqa/conf_test_suites.py +++ b/fedora_openqa/conf_test_suites.py @@ -348,15 +348,15 @@ TESTCASES = { "type": "Base", }, "QA:Testcase_kickstart_firewall_disabled": { - "env": "x86", + "env": "$RUNARCH$", "type": "Server", }, "QA:Testcase_kickstart_firewall_configured": { - "env": "x86", + "env": "$RUNARCH$", "type": "Server", }, "QA:Testcase_Server_role_deploy": { - "env": "x86", + "env": "$RUNARCH$", "type": "Server", "name": "$ROLE$", }, @@ -416,19 +416,19 @@ TESTCASES = { "section": "Release-blocking desktops: x86 / x86_64", }, "QA:Testcase_Server_firewall_default": { - "env": "x86", + "env": "$RUNARCH$", "type": "Server", }, "QA:Testcase_Server_cockpit_default": { - "env": "x86", + "env": "$RUNARCH$", "type": "Server", }, "QA:Testcase_Server_cockpit_basic": { - "env": "x86", + "env": "$RUNARCH$", "type": "Server", }, "QA:Testcase_Server_filesystem_default": { - "env": "x86", + "env": "$RUNARCH$", "type": "Server", }, "QA:Testcase_FreeIPA_web_ui": {