From a96cd21d31cb7af211862768e133b50b085634e7 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Tue, 24 Apr 2018 18:30:09 +0200 Subject: [PATCH] test/udev-test.pl: merge import parent tests into one As we can test multiple devices and multiple links per device in one test now, these two tests can be merged into one. --- test/udev-test.pl | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/test/udev-test.pl b/test/udev-test.pl index 097b9e20b7a..3228614ebef 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1781,28 +1781,21 @@ TAGS=="aaa||bbb||ccc", SYMLINK+="bad" EOF }, { - desc => "IMPORT parent test sequence 1/2 (keep)", + desc => "IMPORT parent test", devices => [ { devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda", exp_links => ["parent"], - }], - option => "keep", - rules => < "IMPORT parent test sequence 2/2 (keep)", - devices => [ + }, { devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1", exp_links => ["parentenv-parent_right"], }], - option => "clean", + sleep_us => 500000, # Serialized! We need to sleep here after adding sda rules => <