Skip to content

Commit 8152f45

Browse files
[Bugfix] [zos_mvs_raw] [Tests] Added correct dataset size in zos_mvs_raw test (#1775)
* Added correct size in zos_mvs_raw * Create changelog fragment --------- Co-authored-by: Fernando Flores <[email protected]>
1 parent f4dfb1a commit 8152f45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
trivial:
2+
- test_zos_mvs_raw_func.py - Correct the size used when allocating datasets inside
3+
the test suite.
4+
(https://github.com/ansible-collections/ibm_zos_core/pull/1775).

tests/functional/modules/test_zos_mvs_raw_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def test_normal_dispositions_data_set(
355355
("cyl", 3, 1, 2549880),
356356
("b", 3, 1, 56664),
357357
("k", 3, 1, 56664),
358-
("m", 3, 1, 3003192),
358+
("m", 3, 1, 3173184),
359359
],
360360
)
361361
def test_space_types(ansible_zos_module, space_type, primary, secondary, expected):

0 commit comments

Comments
 (0)