mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
6eb1c48469
2 changed files with 10 additions and 1 deletions
9
doc/topics/releases/2016.3.4.rst
Normal file
9
doc/topics/releases/2016.3.4.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
===========================
|
||||
Salt 2016.3.4 Release Notes
|
||||
===========================
|
||||
|
||||
Version 2016.3.4 is a bugfix release for :doc:`2016.3.0
|
||||
</topics/releases/2016.3.0>`.
|
||||
|
||||
- The `disk.wipe` execution module function has been modified
|
||||
so that it correctly wipes a disk.
|
|
@ -114,7 +114,7 @@ class DiskTestCase(TestCase):
|
|||
with patch.dict(disk.__salt__, {'cmd.run_all': mock}):
|
||||
disk.wipe('/dev/sda')
|
||||
mock.assert_called_once_with(
|
||||
'wipefs /dev/sda',
|
||||
'wipefs -a /dev/sda',
|
||||
python_shell=False
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue