tests: Remove the unit test for "ovs-appctl coverage/show".
authorAlex Wang <alexw@nicira.com>
Wed, 9 Oct 2013 04:30:35 +0000 (04:30 +0000)
committerEthan Jackson <ethan@nicira.com>
Wed, 9 Oct 2013 00:57:46 +0000 (17:57 -0700)
commit47aaca882310cc40eff962652529b1bfcea6b431
treee000980885a4d601ff9b5cc7654c7fb73bf6a65c
parent0da3c61b530b431f73c47f491022a458030f8f6a
tests: Remove the unit test for "ovs-appctl coverage/show".

Changes will be made to allow "ovs-appctl time/warp" wake up all
threads.  With that, all threads will try calling "coverage_run()".
And it will be impossible to deterministically check the output of
the "ovs-appctl coverage/show" command.  Thus, this commit removes
the unit test for the coverage/show command.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
tests/ofproto-dpif.at