nmadhok
2c53cbec1d
Replacing zfs with zpool
2015-01-05 10:04:38 +05:30
nmadhok
6d8aa5f00e
Adding unit tests for salt.modules.zpool
2014-12-28 22:25:03 -05:00
Thomas S Hatch
6579d447ae
Merge pull request #19175 from rupeshta/pw_group_unit_tests
...
added unit test cases for pw_group module
2014-12-22 09:37:32 -07:00
Thomas S Hatch
b8b8eb437f
Merge pull request #19129 from nmadhok/unit-tests
...
Adding unit tests for zfs.exists and zfs.create [WIP]
2014-12-22 09:17:35 -07:00
Rupesh Tare
14e5ffe078
added unit test cases for pw_group module
2014-12-22 18:22:04 +05:30
Nitin Madhok
d4de045ede
Salt modules must be imported after the ensure in syspath call
2014-12-21 11:44:57 -05:00
Nitin Madhok
2ef5edbbca
Moving create success together
2014-12-20 13:04:53 -05:00
Nitin Madhok
4a3ba21201
Indentation
2014-12-20 13:02:21 -05:00
Nitin Madhok
21174f9b48
Adding another unit test to check for zfs.create success when properties are specified
2014-12-20 12:51:19 -05:00
Thomas S Hatch
fc3d15dd6a
Merge pull request #19121 from nmadhok/fix-mdadm-create-module
...
Fixing salt.modules.mdadm.create broken functionality
2014-12-19 14:05:11 -07:00
Thomas S Hatch
296d711a5a
Merge pull request #19120 from jayeshka/groupadd_unit_tests
...
unit test case for groupadd
2014-12-19 14:04:10 -07:00
Nitin Madhok
95e16247b8
Adding another unit test to check for zfs.create success if create_parent=True
2014-12-19 14:16:19 -05:00
Nitin Madhok
e492962996
Adding another unit test to check for zfs.create failure if the parent datasets do not exist
2014-12-19 14:12:12 -05:00
Nitin Madhok
e46f3f71ed
Adding another unit test to check for zfs.create failure if the pool doesnt exist
2014-12-19 14:07:40 -05:00
Nitin Madhok
78ade421aa
Adding another unit test to check for zfs.create failure if trailing slash in name is present
2014-12-19 13:58:53 -05:00
Nitin Madhok
d90a4ecf7f
Adding another unit test to check for zfs.create failure if dataset name is missing
2014-12-19 13:46:33 -05:00
Nitin Madhok
fa5834b564
Change patches to all test functions
2014-12-19 13:38:42 -05:00
Thomas S Hatch
9fea50e954
Merge pull request #19094 from thatch45/jayeshka-disk_unit_tests
...
Merge #18953 with lint fixes
2014-12-19 10:15:03 -07:00
Nitin Madhok
aa570e3ceb
Changing AssertEquals to AssertTrue and AssertFalse
2014-12-19 11:45:16 -05:00
Nitin Madhok
0b8bed6d94
Adding another unit test to check for zfs.create success
2014-12-19 11:04:19 -05:00
Nitin Madhok
2ed539ea61
Adding another unit test to check for zfs.exists failure
2014-12-19 10:36:28 -05:00
Nitin Madhok
5c8a81a166
Adding unit tests for zfs.exists
2014-12-19 10:29:33 -05:00
Nitin Madhok
9027d1fc2f
Fixing unit tests for mdadm
2014-12-19 08:55:07 -05:00
Rupesh Tare
255d107d36
added test cases for pw_user module
2014-12-19 18:51:13 +05:30
Jayesh
0b1ea591ed
unit test case for groupadd
2014-12-19 12:03:45 +05:30
Thomas S Hatch
6a9195e190
fix bad file perms
2014-12-18 10:42:25 -07:00
Thomas S Hatch
b8f4cc7021
more lint
2014-12-18 10:33:31 -07:00
Thomas S Hatch
cc8705bcba
lint
2014-12-18 10:15:58 -07:00
Thomas S Hatch
6afb8b64d6
Merge branch 'disk_unit_tests' of https://github.com/jayeshka/salt into jayeshka-disk_unit_tests
2014-12-18 10:11:01 -07:00
Rupesh Tare
a851d449f5
class name changed
2014-12-18 11:53:10 +05:30
Rupesh Tare
97b53fbcec
Merge branch 'develop' into linux_lvm_unit_tests
2014-12-18 11:00:03 +05:30
Rupesh Tare
01ba8b6b46
pylint bug fixing
2014-12-18 10:59:01 +05:30
Thomas S Hatch
1dcc05b049
Merge branch '2014.7' into develop
...
Conflicts:
salt/modules/yumpkg.py
2014-12-17 15:00:26 -07:00
Thomas S Hatch
efb087df09
Merge pull request #19051 from nmadhok/fix-module-mdadm-create
...
Fixing salt.modules.mdadm.create and correcting incorrect code.
2014-12-17 14:56:18 -07:00
Nitin Madhok
4cb2fd604c
Refactor mdadm tests
2014-12-17 14:27:51 -05:00
Nitin Madhok
c7eee6385b
Forgot to end with quotes
2014-12-17 13:48:57 -05:00
Nitin Madhok
502b340553
Fixing unit tests for mdadm
2014-12-17 13:46:34 -05:00
Rupesh Tare
c28620b805
created unit test cases for linux_lvm module
2014-12-17 19:54:11 +05:30
rallytime
b76f49b9d0
Pylint fix and skip all of the classes
2014-12-16 16:21:27 -07:00
rallytime
7f258bf729
Disable zcbuildout tests as they are not running reliably.
...
These tests are not running reliably, aren't quite testing the functionalty
the way they should, and take too long to run as unit tests. When these get
reinstated, they should be implemented as integration tests instead of unit
tests.
2014-12-16 16:00:51 -07:00
Rupesh Tare
8d271b173d
added test cases for at and atc function from at module
2014-12-16 19:48:30 +05:30
Rupesh Tare
54bb776f9e
Merge branch 'develop' into at_unit_tests
2014-12-15 17:29:54 +05:30
Rupesh Tare
fbafd6fb51
added unit test case for atrm & jobcheck functions from at module
2014-12-15 17:28:58 +05:30
Rupesh Tare
c86bdb6c16
created unit test case for function atq from module at
2014-12-12 19:23:22 +05:30
Jayesh
b69d81ee69
Added test case
2014-12-12 17:20:31 +05:30
Thomas S Hatch
8e281dedcc
lint fix
2014-12-11 16:58:10 -07:00
Daniel Hobley
694adda563
Fixed unit tests for archive module
2014-12-11 22:46:36 +01:00
Thomas S Hatch
bcb529f809
Merge pull request #18823 from scalp42/typos
...
Correct some typos
2014-12-09 14:43:15 -07:00
Thomas S Hatch
274aca9b5b
Merge pull request #18844 from rallytime/fix_parted_tests
...
Patch unittests when calling _validate_device
2014-12-09 11:46:58 -07:00
Thomas S Hatch
3d73816507
Merge branch '2014.7' into develop
...
Conflicts:
salt/modules/virtualenv_mod.py
salt/states/network.py
salt/utils/parsers.py
2014-12-09 10:59:18 -07:00