Skip to content

Commit

Permalink
Update yamls using swap value without brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
b10n1k committed Aug 8, 2020
1 parent 048f58b commit 13b1832
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/partitions_validator_utils.pm
Expand Up @@ -56,7 +56,7 @@ sub validate_filesystem {
}

sub validate_read_write {
my $args = shift;
my $args = shift;
my $emptyfile = catfile($args->{mount_point}, 'emptyfile');
assert_script_run("echo Hello > $emptyfile", fail_message => 'Failure while writing in ' . $args->{mount_point});
assert_script_run("grep Hello $emptyfile", fail_message => 'Failure while reading from ' . $args->{mount_point});
Expand Down
2 changes: 1 addition & 1 deletion test_data/yast/msdos/msdos.yaml
Expand Up @@ -34,4 +34,4 @@ disks:
filesystem: swap
mounting_options:
should_mount: 1
mount_point: '[SWAP]'
mount_point: SWAP
2 changes: 1 addition & 1 deletion test_data/yast/msdos/msdos_hmc.yaml
Expand Up @@ -39,4 +39,4 @@ disks:
filesystem: swap
mounting_options:
should_mount: 1
mount_point: '[SWAP]'
mount_point: SWAP
2 changes: 1 addition & 1 deletion test_data/yast/msdos/msdos_hvm.yaml
Expand Up @@ -34,4 +34,4 @@ disks:
filesystem: swap
mounting_options:
should_mount: 1
mount_point: '[SWAP]'
mount_point: SWAP
2 changes: 1 addition & 1 deletion test_data/yast/msdos/msdos_ppc64le.yaml
Expand Up @@ -39,4 +39,4 @@ disks:
filesystem: swap
mounting_options:
should_mount: 1
mount_point: '[SWAP]'
mount_point: SWAP
2 changes: 1 addition & 1 deletion test_data/yast/msdos/msdos_pv.yaml
Expand Up @@ -34,4 +34,4 @@ disks:
filesystem: swap
mounting_options:
should_mount: 1
mount_point: '[SWAP]'
mount_point: SWAP
2 changes: 1 addition & 1 deletion test_data/yast/msdos/msdos_s390x.yaml
Expand Up @@ -34,4 +34,4 @@ disks:
filesystem: swap
mounting_options:
should_mount: 1
mount_point: '[SWAP]'
mount_point: SWAP

0 comments on commit 13b1832

Please sign in to comment.