From 4e4a699802a8e0d5def5bb7958da4045d06c31ac Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 24 Apr 2020 13:27:56 -0400 Subject: [PATCH] opsys: Add Focal Fossa Signed-off-by: David Galloway --- teuthology/orchestra/opsys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index fd443adc..b1b0abc2 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -2,6 +2,7 @@ import re DISTRO_CODENAME_MAP = { "ubuntu": { + "20.04": "focal", "18.04": "bionic", "17.10": "artful", "17.04": "zesty", -- 2.47.3