From 62dfce126d734d8d9651c40cc1ff763e17849676 Mon Sep 17 00:00:00 2001 From: George Postolache Date: Thu, 19 Mar 2020 10:41:50 +0200 Subject: [PATCH] Added new Flavor Added LIVE_MIG_MAX_DOWNTIME flavor ('hw:wrs:live_migration_max_downtime') to FlavorSpec class Story: 2007472 Task: 39164 Patch Set 2: added Signed off by added Story added Task Change-Id: Ie7dea0369b4c1dfba3e2f6917480af83ec148230 Signed-off-by: George Postolache --- automated-pytest-suite/consts/stx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/automated-pytest-suite/consts/stx.py b/automated-pytest-suite/consts/stx.py index c155396..f884aae 100755 --- a/automated-pytest-suite/consts/stx.py +++ b/automated-pytest-suite/consts/stx.py @@ -327,6 +327,7 @@ class FlavorSpec: NUMA0_L3_CACHE = 'hw:cache_l3.0' NUMA1_L3_CACHE = 'hw:cache_l3.1' LIVE_MIG_TIME_OUT = 'hw:wrs:live_migration_timeout' + LIVE_MIG_MAX_DOWNTIME = 'hw:wrs:live_migration_max_downtime' class ImageMetadata: