RE: [Fault-injection-developer] FITH test ABAT has updated.
Status: Alpha
Brought to you by:
rustyl
From: Mark H. <ma...@os...> - 2003-02-17 16:09:59
|
On Sun, 2003-02-16 at 21:56, Gao, Kevin wrote: > I have update the test script again, for how to using it is as following > process. > > 1. mount sysfs > 2. insert modules "fi_core, fi_dbp, fi_pf, fi_test" > Then use command ./TEST_SUITE. > > I hope everything is OK :) > > -Kevin That is pretty much what I had done. I tried again with the new test script and just loaded the modules in your list. Results following. They look similar as before. Mark. [root@markh2 fi]# lsmod Module Size Used by fi_test 6472 0 - Live 0xd890e000 fi_pf 8160 0 - Live 0xd890b000 fi_dbp 8736 0 - Live 0xd8907000 fi_core 14816 2 fi_pf,fi_dbp, Live 0xd8902000 ************Start FITH test at 08:12:37 17-02-03 Monday!************ ------------------------------------------------------------------- Original PPIO readb function works abnormally! Test abandoned! Original PPIO readw function works abnormally! Test abandoned! Original PPIO readl function works abnormally! Test abandoned! Original PPIO writeb function works abnormally! Test abandoned! Original PPIO writew function works abnormally! Test abandoned! Original PPIO writel function works abnormally! Test abandoned! ------------------------------------------------------------------- Original MMIO readb function works abnormally! Test abandoned! Original MMIO readw function works abnormally! Test abandoned! Original MMIO readl function works abnormally! Test abandoned! Original MMIO writeb function works abnormally! Test abandoned! Original MMIO writew function works abnormally! Test abandoned! Original MMIO writel function works abnormally! Test abandoned! ------------------------------------------------------------------- Precondition function test failed! Test abandoned! Skip function test failed! Test abandoned! Stop function test failed! Test abandoned! Protection_mask function test failed! Test abandoned! No corrupt action function test failed! Test abandoned! ------------------------------------------------------------------- IO_address_zero test failed IO_address_overrange test failed MMIO_address_zero test failed MMIO_address_overrange test failed Corrupt 8 bit to 16 bit test failed Corrupt 16 bit to 32 bit test failed Same trigger in one faultset test failed Invalid trigger mode (HZ) test failed Invalid trigger mode (skip) test failed Invalid trigger mode (stop) test failed ------------------------------------------------------------------- **********FITH FUNCTIONALITY TEST RESULT********** Original I/O read function works abnormally! Original I/O write function works abnormally! Original MMI/O read function works abnormally! Original MMI/O write function works abnormally! Faultset preconditon test failed! Faultset trigger skip test failed! Faultset stop pattern test failed! Faultset hardware protect test failed! Trigger without action test failed! The whole boundary test failed! ************************************************** **********Complete FITH test at 08:12:52 17-02-03 Monday!********** -- Mark Haverkamp <ma...@os...> |