forked from pascalhubacher/HitachiBlockAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
28 lines (28 loc) · 1.65 KB
/
pytest.ini
File metadata and controls
28 lines (28 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# content of pytest.ini
[pytest]
markers =
storage_systems_get: This is the storage_systems_get test.
storage_device_id_get: This is the storage_device_id_get test.
storage_device_id_set: This is the storage_device_id_set test.
storage_details_get: This is the storage details test.
storage_summaries_get: This is the storage summaries test.
jobs_all: This is the jobs all test. It contains the get jobs, jobs last get, bobs by id get.
session_all: This is the session all test. It contains the get sessions, create sessions, get sessions, delete sessions.
resource_group: This is the resource_group_get test.
pools_get: This is the pools_get test.
pools_get_pool0: This is the pools_get test of pool 0.
ports_get: This is the ports_get test.
ports_get_1port: This is the ports_get_1port test.
ldevs_get_1ldev: This is the ldevs_get_1ldev test.
ldevs_get: This is the ldevs_get test.
host_groups_one_port_get: This is the host_groups_one_port_get test.
host_groups_all_ports_get: This is the host_groups_all_ports_get test.
luns_get_portId_hostGroupId: This is the luns_get_portId test from port portId_hostGroupId.
luns_one_port_get: This is the luns_one_port_get test.
luns_all_ports_get: This is the luns_all_ports_get test.
wwns_get_portId_hostGroupId: This is the wwms_get_portId test from port portId_hostGroupId.
wwns_one_port_get: This is the wwns_one_port_get test.
wwns_all_ports_get: This is the wwns_all_ports_get test.
replication_get: This is the replication_get test.
replication_get_gad: This is the replication_get_gad test.
snapshots_get: This is the snapshots_get test.