Add NX target and update target to subsystem map

Signed-off-by: Caleb Palmer <cnpalmer@us.ibm.com>
Change-Id: Id55834370343748ecddfa6d23f70747d75708593
diff --git a/test/test-resolution.cpp b/test/test-resolution.cpp
index 35f6307..2de693d 100644
--- a/test/test-resolution.cpp
+++ b/test/test-resolution.cpp
@@ -67,10 +67,10 @@
 
     // Verify the subsystems
     std::pair<callout::SrcSubsystem, callout::Priority> subsys = {
-        callout::SrcSubsystem::PROCESSOR, callout::Priority::HIGH};
+        callout::SrcSubsystem::PROCESSOR_FRU, callout::Priority::HIGH};
     EXPECT_EQ(sd1.getSubsys(), subsys);
 
-    subsys = {callout::SrcSubsystem::PROCESSOR, callout::Priority::HIGH};
+    subsys = {callout::SrcSubsystem::PROCESSOR_FRU, callout::Priority::HIGH};
     EXPECT_EQ(sd2.getSubsys(), subsys);
 
     // Start verifying
@@ -156,7 +156,7 @@
 
     // Verify the subsystem
     std::pair<callout::SrcSubsystem, callout::Priority> subsys = {
-        callout::SrcSubsystem::MEMORY, callout::Priority::MED_A};
+        callout::SrcSubsystem::MEMORY_CTLR, callout::Priority::MED_A};
     EXPECT_EQ(sd.getSubsys(), subsys);
 
     nlohmann::json j{};
@@ -216,7 +216,7 @@
 
     // Verify the subsystem
     std::pair<callout::SrcSubsystem, callout::Priority> subsys = {
-        callout::SrcSubsystem::CEC_HARDWARE, callout::Priority::MED_A};
+        callout::SrcSubsystem::PROCESSOR_BUS, callout::Priority::MED_A};
     EXPECT_EQ(sd.getSubsys(), subsys);
 
     // Callout list
@@ -307,7 +307,7 @@
 
     // Verify the subsystem
     std::pair<callout::SrcSubsystem, callout::Priority> subsys = {
-        callout::SrcSubsystem::MEMORY, callout::Priority::MED_A};
+        callout::SrcSubsystem::MEMORY_CTLR, callout::Priority::MED_A};
     EXPECT_EQ(sd.getSubsys(), subsys);
 
     // Callout list