-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from richm/tags-for-nvme-scsi
tag tests that use NVME and SCSI
- Loading branch information
Showing
77 changed files
with
309 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_change_disk_fs.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_change_disk_fs.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_change_disk_mount.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_change_disk_mount.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_change_fs.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_change_fs.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_change_fs_use_partitions.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_change_fs_use_partitions.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_change_mount.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_change_mount.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_create_disk_then_remove.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_create_disk_then_remove.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_create_lv_size_equal_to_vg.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_create_lv_size_equal_to_vg.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_create_lvm_pool_then_remove.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_create_lvm_pool_then_remove.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_create_lvmvdo_then_remove.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_create_lvmvdo_then_remove.yml | ||
tags: | ||
- tests::scsi |
4 changes: 4 additions & 0 deletions
4
tests/tests_create_partition_volume_then_remove_nvme_generated.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_create_partition_volume_then_remove.yml | ||
tags: | ||
- tests::nvme |
4 changes: 4 additions & 0 deletions
4
tests/tests_create_partition_volume_then_remove_scsi_generated.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_create_partition_volume_then_remove.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_create_raid_pool_then_remove.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_create_raid_pool_then_remove.yml | ||
tags: | ||
- tests::scsi |
4 changes: 4 additions & 0 deletions
4
tests/tests_create_raid_volume_then_remove_nvme_generated.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_create_raid_volume_then_remove.yml | ||
tags: | ||
- tests::nvme |
4 changes: 4 additions & 0 deletions
4
tests/tests_create_raid_volume_then_remove_scsi_generated.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_create_raid_volume_then_remove.yml | ||
tags: | ||
- tests::scsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::nvme | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "nvme" | ||
|
||
- import_playbook: tests_default.yml | ||
tags: | ||
- tests::nvme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
# This file was generated by generate_tests.py | ||
- hosts: all | ||
tags: | ||
- tests::scsi | ||
tasks: | ||
- name: set disk interface for test | ||
set_fact: | ||
storage_test_use_interface: "scsi" | ||
|
||
- import_playbook: tests_default.yml | ||
tags: | ||
- tests::scsi |
Oops, something went wrong.