Skip to content

Commit

Permalink
Stub out some additional tests (see issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhenderson committed Jun 24, 2023
1 parent 8516f86 commit df8bc07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dce-quagga-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,11 @@ DceQuaggaTestSuite::DceQuaggaTestSuite ()
{ "ripd", 120, true},
{ "ripngd", 120, true},
{ "ospfd", 120, true},
#ifdef FIXME
{ "ospf6d", 120, true},
{ "bgpd", 120, true},
{ "bgpd_v6", 120, true},
#endif
};

::system ("/bin/rm -rf files-*/usr/local/etc/*.pid");
Expand Down

0 comments on commit df8bc07

Please sign in to comment.