Re: [Qemu-devel] [RFC v2 5/6] Add RTC test case

2011-12-05 Thread Luiz Capitulino
On Thu, 1 Dec 2011 12:43:31 -0600 Anthony Liguori wrote: I think it's a good idea to use python's unittest module and write tests as unit-tests (eg. using asserts instead of writing results as strings). > --- > rtc-test.py | 105 > +++ >

[Qemu-devel] [RFC v2 5/6] Add RTC test case

2011-12-01 Thread Anthony Liguori
--- rtc-test.py | 105 +++ 1 files changed, 105 insertions(+), 0 deletions(-) create mode 100644 rtc-test.py diff --git a/rtc-test.py b/rtc-test.py new file mode 100644 index 000..3159795 --- /dev/null +++ b/rtc-test.py @@ -0,0 +1,105