Re: [Qemu-devel] [PATCH 11/16] ipmi: Add tests

2013-11-13 Thread Corey Minyard
On 11/13/2013 08:12 AM, Bret Ketchum wrote: > Having trouble with this patch (after the prior patches were > successfully applied): I was a couple of days behind and some other changes that came in conflicted with this. -corey > > git status > # On branch master > # Changes not staged for c

[Qemu-devel] [PATCH 11/16] ipmi: Add tests

2013-11-12 Thread Corey Minyard
Test the KCS interface with a local BMC and a BT interface with an external BMC. Signed-off-by: Corey Minyard --- tests/Makefile| 4 + tests/ipmi-bt-test.c | 440 ++ tests/ipmi-kcs-test.c | 294 + 3 files