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 <george.postolache@intel.com>
This commit is contained in:
George Postolache 2020-03-19 10:41:50 +02:00
parent a98da79ef4
commit 62dfce126d
1 changed files with 1 additions and 0 deletions

View File

@ -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: