]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: MonMap: Added unit tests to test MonMap build_initial
authorRicardo Dias <rdias@suse.com>
Mon, 22 Feb 2016 12:06:44 +0000 (12:06 +0000)
committerRicardo Dias <rdias@suse.com>
Mon, 30 May 2016 08:03:51 +0000 (09:03 +0100)
commite2d926fe33573a27fa5f8888cedc61cc23f35fa3
tree1be1b2ded5024ad6d24872373daaaf5d3923f99b
parent69479a773c18e5ebdaaf46546d277e43e1a9f567
mon: MonMap: Added unit tests to test MonMap build_initial

The dns_resolve unit test tests the DNSResolver wrapper, and
the MonMap unit test tests the construction of monmap using
DNS SRV records.

Signed-off-by: Ricardo Dias <rdias@suse.com>
src/test/Makefile.am
src/test/common/dns_messages.h [new file with mode: 0644]
src/test/common/dns_resolve.cc [new file with mode: 0644]
src/test/mon/MonMap.cc [new file with mode: 0644]