Added TESTs to ensure that all of the different kills are performed during simulation

This commit is contained in:
Alvin Moore 2017-09-26 11:15:39 -07:00
parent cb92194772
commit 02525d7b14
1 changed files with 5 additions and 0 deletions

View File

@ -1274,6 +1274,11 @@ public:
}
}
TEST(kt == RebootAndDelete); // Resulted in a reboot and delete
TEST(kt == Reboot); // Resulted in a reboot
TEST(kt == KillInstantly); // Resulted in an instant kill
TEST(kt == InjectFaults); // Resulted in a kill by injecting faults
return true;
}