From 5e455ca92280e3c22f5484cb81a2aef0cdfb5de4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 29 Jan 2010 19:22:40 -0800 Subject: Minimal framework in place to handle udp discovery. Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now). --- test/addr_test.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/addr_test.cpp') diff --git a/test/addr_test.cpp b/test/addr_test.cpp index d3e18c714..c5823cc65 100644 --- a/test/addr_test.cpp +++ b/test/addr_test.cpp @@ -26,12 +26,3 @@ BOOST_AUTO_TEST_CASE(test_mac_addr){ std::cout << "Output: " << mac_addr << std::endl; BOOST_CHECK_EQUAL(mac_addr_str, mac_addr.to_string()); } - -BOOST_AUTO_TEST_CASE(test_ip_addr){ - std::cout << "Testing ip addr..." << std::endl; - const std::string ip_addr_str("192.168.1.10"); - usrp_uhd::ip_addr_t ip_addr(ip_addr_str); - std::cout << "Input: " << ip_addr_str << std::endl; - std::cout << "Output: " << ip_addr << std::endl; - BOOST_CHECK_EQUAL(ip_addr_str, ip_addr.to_string()); -} -- cgit v1.2.3