Add support in the isolator to perform write operations on a signature

Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
Change-Id: Ia1f189a8ce7d1d71efc0ae81942151c31d63a4f5
diff --git a/test/simulator/simulator.cpp b/test/simulator/simulator.cpp
index 408d14a..b68ec80 100644
--- a/test/simulator/simulator.cpp
+++ b/test/simulator/simulator.cpp
@@ -15,6 +15,7 @@
         {SAMPLE, "../test/simulator/sample_data/sample.cdb"},
         {EXPLORER_11, "chip_data/chip_data_explorer_11.cdb"},
         {EXPLORER_20, "chip_data/chip_data_explorer_20.cdb"},
+        {ODYSSEY_10, "chip_data/chip_data_odyssey_10.cdb"},
         {P10_10, "chip_data/chip_data_p10_10.cdb"},
         {P10_20, "chip_data/chip_data_p10_20.cdb"},
 };