From f23314c5c49d4afcc629d45a9a4422efcca17aaa Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 19 Aug 2019 10:39:16 -0400 Subject: updating the version.properties Issue-ID: TEST-184 Change-Id: I10361747b883ae6eb899a74a2055761c64ee8def Signed-off-by: DR695H --- red.xml | 1 + robot/resources/sdc_interface.robot | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/red.xml b/red.xml index fe2205fa..6700c836 100644 --- a/red.xml +++ b/red.xml @@ -11,6 +11,7 @@ + diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index 022b4b20..040008c1 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -950,7 +950,7 @@ Run SDC Health Check :FOR ${ELEMENT} IN @{ITEMS} \ Log ${ELEMENT['healthCheckStatus']} \ ${SDC_DE_HEALTH} Set Variable If (('DE' in '${ELEMENT['healthCheckComponent']}') and ('${ELEMENT['healthCheckStatus']}' == 'UP')) or ('${SDC_DE_HEALTH}'=='UP') UP - Log (DMaaP:${SDC_DE_HEALTH}) + Log (DMaaP:${SDC_DE_HEALTH}) console=True Open SDC GUI [Documentation] Logs in to SDC GUI diff --git a/version.properties b/version.properties index 02750ff0..134f3486 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg