RE: [Fault-injection-developer] FITH test ABAT has updated.
Status: Alpha
Brought to you by:
rustyl
From: Gao, K. <kev...@in...> - 2003-02-18 16:41:35
|
Thank you for your comment, I will try to use mount command to catch the sysfs. But most important is that why test is failure. After you insert the modules fi_test, use command: # echo "read byte" > /sys/fith_test/io, Is there any information in ringbuffer? Could you give me the information? -----Original Message----- From: Mark Haverkamp [mailto:ma...@os...] Sent: 2003?2?19? 0:01 To: Gao, Kevin Cc: 'Louis Zhuang'; FITHML Subject: RE: [Fault-injection-developer] FITH test ABAT has updated. On Tue, 2003-02-18 at 07:40, Gao, Kevin wrote: > In test script, I do not know the user's sysfs directory. > But I need echo command to sysfs file. So I use /sys > as default directory. > > Is everything is OK. > I will update code soon and make the test code clean. > > -Kevin I'm not sure what you mean. I have been mounting the sysfs directory as /sys and got the test failures. Also, in your test script you could use the mount command to see where the sysfs filesystem was mounted and use that path. For instance: # mount ... sysfs on /sys type sysfs (rw) Mark. > > -----Original Message----- > From: Mark Haverkamp [mailto:ma...@os...] > Sent: 2003?2?18? 23:25 > To: Gao, Kevin > Cc: 'Louis Zhuang'; FITHML > Subject: RE: [Fault-injection-developer] FITH test ABAT has updated. > > > On Mon, 2003-02-17 at 16:39, Gao, Kevin wrote: > > I want to know which directory that you mount the "sysfs". > > In our test case, the directory of "sysfs" should be /sys. > > Have you mounted the "sysfs" to directory "/sys"? > > > > > > -Kevin > > Yes, I saw in the code that it was looking in /sys. > > > Mark. -- Mark Haverkamp <ma...@os...> |