support for FFDC-only isolation nodes in chip data

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Ib457329d31a9f01eb6992e57b11d84c06a63e6e7
diff --git a/test/simulator/simulator.cpp b/test/simulator/simulator.cpp
index 32eb31b..6bc3106 100644
--- a/test/simulator/simulator.cpp
+++ b/test/simulator/simulator.cpp
@@ -13,10 +13,10 @@
 const std::map<SimulatorData::SimChipType, const char*>
     SimulatorData::cv_chipPath = {
         {SAMPLE, "../test/simulator/sample_data/sample.cdb"},
-        {EXPLORER_11, "chip_data_explorer_11.cdb"},
-        {EXPLORER_20, "chip_data_explorer_20.cdb"},
-        {P10_10, "chip_data_p10_10.cdb"},
-        {P10_20, "chip_data_p10_20.cdb"},
+        {EXPLORER_11, "xml/chip_data_explorer_11.cdb"},
+        {EXPLORER_20, "xml/chip_data_explorer_20.cdb"},
+        {P10_10, "xml/chip_data_p10_10.cdb"},
+        {P10_20, "xml/chip_data_p10_20.cdb"},
 };
 
 //------------------------------------------------------------------------------