Merge branch 'release-5.0'

This commit is contained in:
Alvin Moore 2017-09-26 11:16:14 -07:00
commit 298b54104e
1 changed files with 5 additions and 0 deletions

View File

@ -1275,6 +1275,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;
}