#87 Add new installation tests into the library to allow reporting.
Merged 4 years ago by adamwill. Opened 4 years ago by lruzicka.

@@ -210,6 +210,16 @@ 

          "env": "$BOOTMETHOD$",

          "type": "Installation",

      },

+     "QA:Testcase_partitioning_custom_standard_partition_ext4": {

+         "section": "Custom storage configuration",

+         "env": "$BOOTMETHOD$",

+         "type": "Installation",

+     },

+     "QA:Testcase_partitioning_custom_lvm_ext4": {

+         "section": "Custom storage configuration",

+         "env": "$BOOTMETHOD$",

+         "type": "Installation",

+     },

      "QA:Testcase_partitioning_custom_lvmthin": {

          "section": "Custom storage configuration",

          "env": "$BOOTMETHOD$",
@@ -920,6 +930,13 @@ 

          "QA:Testcase_Anaconda_user_creation",

          "QA:Testcase_Package_Sets_Minimal_Package_Install",

      ],

+     "install_lvm_ext4": [

+         "QA:Testcase_install_to_VirtIO",

+         "QA:Testcase_partitioning_custom_lvm_ext4",

+         "QA:Testcase_Anaconda_User_Interface_Graphical",

+         "QA:Testcase_Anaconda_user_creation",

+         "QA:Testcase_Package_Sets_Minimal_Package_Install",

+     ],

      "install_lvmthin": [

          "QA:Testcase_install_to_VirtIO",

          "QA:Testcase_partitioning_custom_lvmthin",
@@ -927,6 +944,13 @@ 

          "QA:Testcase_Anaconda_user_creation",

          "QA:Testcase_Package_Sets_Minimal_Package_Install",

      ],

+     "install_standard_partition_ext4": [

+         "QA:Testcase_install_to_VirtIO",

+         "QA:Testcase_partitioning_custom_standard_partition_ext4",

+         "QA:Testcase_Anaconda_User_Interface_Graphical",

+         "QA:Testcase_Anaconda_user_creation",

+         "QA:Testcase_Package_Sets_Minimal_Package_Install",

+     ],

      "install_updates_img_local": [

          "QA:Testcase_Anaconda_updates.img_via_local_media",

          "QA:Testcase_install_to_VirtIO",

This adds standard_partition_ext4 and lvm_ext4 reports for the Installation matrix.

Build succeeded.

Pull-Request has been merged by adamwill

4 years ago