From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: [udev] udev-test.pl - automatic testing script
Date: Sat, 22 Nov 2003 14:41:10 +0000 [thread overview]
Message-ID: <marc-linux-hotplug-106951223412496@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 1397 bytes --]
Hi,
here is a automatic udev test script. To test place it in the test/
directory of the current tree to find the sysfs tree copy and run it.
The whole test is self contained, it only needs a matching sysfs tree.
To extend the test add a hash to the @tests array inside the script.
The script checks the created node and prints a summary of all tests.
Please don't change $udev_root to something useful, its a temorary
directory and will be removed after the test run.
thanks,
Kay
pim:/home/kay/src/udev.kay/test# ./udev-test.pl
udev-test will run 6 tests:
LABEL: for 'block/sda' add 'udev-root/boot_disk': ok
LABEL: for 'block/sda' remove 'udev-root/boot_disk': ok
LABEL: for 'block/sda/sda1' add 'udev-root/boot_disk1': ok
LABEL: for 'block/sda/sda1' remove 'udev-root/boot_disk1': ok
REPLACE: for 'class/tty/ttyUSB0' add 'udev-root/visor': ok
REPLACE: for 'class/tty/ttyUSB0' remove 'udev-root/visor': ok
TOPOLOGY: for 'block/sda/sda3' add 'udev-root/first_disk3': ok
TOPOLOGY: for 'block/sda/sda3' remove 'udev-root/first_disk3': ok
TOPOLOGY: for 'block/sda/sda3' add 'udev-root/Major:8:minor:3:kernelnumber:3:bus:0:0:0:0': ok
TOPOLOGY: for 'block/sda/sda3' remove 'udev-root/Major:8:minor:3:kernelnumber:3:bus:0:0:0:0': ok
CALLOUT: for 'block/sda/sda3' add 'udev-root/special-device-3': ok
CALLOUT: for 'block/sda/sda3' remove 'udev-root/special-device-3': ok
0 errors occured
[-- Attachment #2: udev-test.pl --]
[-- Type: application/x-perl, Size: 4435 bytes --]
next reply other threads:[~2003-11-22 14:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-22 14:41 Kay Sievers [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-11-23 3:54 [udev] udev-test.pl - automatic testing script Kay Sievers
2003-11-23 5:49 ` Greg KH
2003-11-24 1:33 ` Kay Sievers
2003-11-24 1:39 ` Greg KH
2003-11-24 3:04 ` Kay Sievers
2003-11-24 5:45 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-hotplug-106951223412496@msgid-missing \
--to=kay.sievers@vrfy.org \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).