From faf54a2055415b17a0abb895990503c6685dc92c Mon Sep 17 00:00:00 2001 From: Garret Raziel Date: Fri, 13 Feb 2015 12:11:47 +0100 Subject: [PATCH] completed delete partial testsuite --- needles/provided_second_partition_intact.json | 18 ++++++++++++++++++ needles/provided_second_partition_intact.png | Bin 0 -> 404 bytes .../disk_guided_delete_partial_postinstall.pm | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 needles/provided_second_partition_intact.json create mode 100644 needles/provided_second_partition_intact.png diff --git a/needles/provided_second_partition_intact.json b/needles/provided_second_partition_intact.json new file mode 100644 index 00000000..20b6538e --- /dev/null +++ b/needles/provided_second_partition_intact.json @@ -0,0 +1,18 @@ +{ + "tags": [ + "provided_second_partition_intact", + "ENV-DISTRI-fedora", + "ENV-INSTLANG-en_US", + "ENV-OFW-1", + "ENV-FLAVOR-server" + ], + "area": [ + { + "xpos": 0, + "ypos": 0, + "width": 88, + "height": 95, + "type": "match" + } + ] +} \ No newline at end of file diff --git a/needles/provided_second_partition_intact.png b/needles/provided_second_partition_intact.png new file mode 100644 index 0000000000000000000000000000000000000000..a52e9df1195b73786b102f803260dde47ab5f933 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0y~yU;#3j85o&?R6|L-ACO`T@Ck7R(yLaj5>Bpv!@$7k z>FMGaQgQ3;RmD6RM}fAB{~4Hhq<;wXu3;^n;n>U8FZSi3&e|&(`4d97WH{F{X!D)W z(%8{?-}>P4pp{xbzx}e^IX!05?^#cl&Yv{r-AV7hQnv#)CarxEzUit;=@gYz@2tGj zcG?O*fB8E+V|jD3?$q_4*Iuptem=0ue)`_;=Tm;#DnIb(nY2PD$>` z6wdI}-ub0$-P`;F)%v+Po0-?$-kEp4Av^Q2iT(l`=5M=t1M|-}EIoItv7T{lUhrl{*92|yI<|K-BYo!_drk65Im^<&1~>Gefh(6 RMHfNVc)I$ztaD0e0su~Zj*0*P literal 0 HcmV?d00001 diff --git a/tests/disk_guided_delete_partial_postinstall.pm b/tests/disk_guided_delete_partial_postinstall.pm index 7733d843..a4d6f8a4 100644 --- a/tests/disk_guided_delete_partial_postinstall.pm +++ b/tests/disk_guided_delete_partial_postinstall.pm @@ -9,7 +9,7 @@ sub run { assert_screen "console_command_success"; type_string "reset; cat /mnt/testfile"; send_key "ret"; - assert_screen "provided_disk_intact"; + assert_screen "provided_second_partition_intact"; } sub test_flags {