Parcourir la source

[1044] Revert perfdhcp disabled tests

This still needs to be done, but should probably go into a separate commit straight to master
Jelte Jansen il y a 12 ans
Parent
commit
69e9734996
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      tests/tools/perfdhcp/tests/test_control_unittest.cc

+ 2 - 2
tests/tools/perfdhcp/tests/test_control_unittest.cc

@@ -896,7 +896,7 @@ TEST_F(TestControlTest, Packet6) {
     }
 }
 
-TEST_F(TestControlTest, DISABLED_Packet4Exchange) {
+TEST_F(TestControlTest, Packet4Exchange) {
     // Get the local loopback interface to open socket on
     // it and test packets exchanges. We don't want to fail
     // the test if interface is not available.
@@ -939,7 +939,7 @@ TEST_F(TestControlTest, DISABLED_Packet4Exchange) {
     EXPECT_EQ(12, iterations_performed);
 }
 
-TEST_F(TestControlTest, DISABLED_Packet6Exchange) {
+TEST_F(TestControlTest, Packet6Exchange) {
     // Get the local loopback interface to open socket on
     // it and test packets exchanges. We don't want to fail
     // the test if interface is not available.