Fix for VPD write testcase

Changes:
Need to reboot BMC at power off state after
performing VPD write operation for the new VPD
values to be updated

Tested:
Executed test_vpd_tool.robot successfully

Change-Id: Ie0ff670de759cab15076ca9afee364fe11de7ef2
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/data/vpd_variables.py b/data/vpd_variables.py
index 3392b6a..a471985 100644
--- a/data/vpd_variables.py
+++ b/data/vpd_variables.py
@@ -7,23 +7,5 @@
 VPD_DETAILS = {
     "/system/chassis/motherboard": {
         "type": "xyz.openbmc_project.Inventory.Item.Board.Motherboard"
-    },
-    "/system/chassis/motherboard/base_op_panel_blyth": {
-        "type": "xyz.openbmc_project.Inventory.Item.Panel"
-    },
-    "/system/chassis/motherboard/ebmc_card_bmc": {
-        "type": "xyz.openbmc_project.Inventory.Item.Bmc"
-    },
-    "/system/chassis/motherboard/lcd_op_panel_hill": {
-        "type": "xyz.openbmc_project.Inventory.Item.Panel"
-    },
-    "/system/chassis/motherboard/tpm_wilson": {
-        "type": "xyz.openbmc_project.Inventory.Item.Tpm"
-    },
-    "/system/chassis/motherboard/vdd_vrm0": {
-        "type": "xyz.openbmc_project.Inventory.Item.Vrm"
-    },
-    "/system/chassis/motherboard/vdd_vrm1": {
-        "type": "xyz.openbmc_project.Inventory.Item.Vrm"
-    },
+    }
 }