Add absolute address qualifier to memory property

- Both memory name and device type test cases fixed according to
  changes in the latest openbmc kernel.
- Removed skip test cases.

Change-Id: I0e1c1de8fc98e55559d297f2574d4d3082f096f8
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
diff --git a/test_lists/skip_test_witherspoon b/test_lists/skip_test_witherspoon
index 6c2c5d9..8fa56a2 100644
--- a/test_lists/skip_test_witherspoon
+++ b/test_lists/skip_test_witherspoon
@@ -20,9 +20,6 @@
 # NA test case with nginx support.
 -e Test_Non_SSL_Connection_To_Port_80
 -e Test_Non_SSL_Connection_To_Port_443
-# https://github.com/openbmc/openbmc-test-automation/issues/1411
--e Check_BMC_Memory_Name_Property_Is_Set
--e Check_BMC_Memory_Device_Type_Property_Is_Set
 # MRW changes required for this to work.
 -e Test_GPU_SDR_Info_At_Power_On
 # Core dump is disabled.
diff --git a/test_lists/witherspoon/skip_test_witherspoon_GA2 b/test_lists/witherspoon/skip_test_witherspoon_GA2
index c77c326..926a7a7 100644
--- a/test_lists/witherspoon/skip_test_witherspoon_GA2
+++ b/test_lists/witherspoon/skip_test_witherspoon_GA2
@@ -20,9 +20,6 @@
 # NA test case for Witherspoon with nginx support on GA2.
 -e Test_Non_SSL_Connection_To_Port_80
 -e Test_Non_SSL_Connection_To_Port_443
-# https://github.com/openbmc/openbmc-test-automation/issues/1411
--e Check_BMC_Memory_Name_Property_Is_Set
--e Check_BMC_Memory_Device_Type_Property_Is_Set
 # MRW changes required for this to work.
 -e Test_GPU_SDR_Info_At_Power_On
 # Core dump is disabled.
diff --git a/tests/test_bmc_devicetree.robot b/tests/test_bmc_devicetree.robot
index 486a42f..90a535c 100644
--- a/tests/test_bmc_devicetree.robot
+++ b/tests/test_bmc_devicetree.robot
@@ -63,7 +63,7 @@
    [Template]  Template Check Property
 
    #Property
-   memory/name
+   memory@80000000/name
 
 
 Check BMC Memory Device Type Property Is Set
@@ -73,7 +73,7 @@
    [Template]  Template Check Property
 
    #Property
-   memory/device_type
+   memory@80000000/device_type
 
 
 Check BMC FSI Name Property Is Set