BIND 10 bind10-20120119-release, updated. 68a58cc37da91105c37810f9b611e79f581d41b5 [bind10-20120119-release] disable IfaceMgrTest.getIface test

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 18 17:01:50 UTC 2012


The branch, bind10-20120119-release has been updated
       via  68a58cc37da91105c37810f9b611e79f581d41b5 (commit)
       via  4812e6da93d609516f2bc178674e12e0af6fac84 (commit)
      from  539bda12802f2e031b1a0ca1079189a91d6196e1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68a58cc37da91105c37810f9b611e79f581d41b5
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Jan 18 11:01:21 2012 -0600

    [bind10-20120119-release] disable IfaceMgrTest.getIface test
    
    see ticket #1569
    
    okayed by tomek via email

commit 4812e6da93d609516f2bc178674e12e0af6fac84
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Jan 18 10:59:09 2012 -0600

    [bind10-20120119-release] disable IfaceMgrTest.detectIfaces_linux test
    
    see ticket #1529
    
    okayed by tomek via email

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/tests/iface_mgr_unittest.cc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc
index 9991e54..ac7f4ff 100644
--- a/src/lib/dhcp/tests/iface_mgr_unittest.cc
+++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc
@@ -171,7 +171,8 @@ TEST_F(IfaceMgrTest, ifaceClass) {
 
 // TODO: Implement getPlainMac() test as soon as interface detection
 // is implemented.
-TEST_F(IfaceMgrTest, getIface) {
+// TODO: temporarily disabled, see ticket #1569
+TEST_F(IfaceMgrTest, DISABLED_getIface) {
 
     createLoInterfacesTxt();
 
@@ -770,7 +771,8 @@ void parse_ifconfig(const std::string& textFile, IfaceMgr::IfaceCollection& ifac
 // Things that are not tested:
 // - ifindex (ifconfig does not print it out)
 // - address scopes and lifetimes (we don't need it, so it is not implemented in IfaceMgr)
-TEST_F(IfaceMgrTest, detectIfaces_linux) {
+// TODO: temporarily disabled, see ticket #1529
+TEST_F(IfaceMgrTest, DISABLED_detectIfaces_linux) {
 
     NakedIfaceMgr* ifacemgr = new NakedIfaceMgr();
     IfaceMgr::IfaceCollection& detectedIfaces = ifacemgr->getIfacesLst();




More information about the bind10-changes mailing list