Page MenuHomeDevCentral

Detect invalid or missing properties for shellusers
ClosedPublic

Authored by dereckson on Dec 16 2019, 22:42.
Tags
None
Referenced Files
F8308723: D2125.id.diff
Sun, May 11, 11:20
Unknown Object (File)
Sat, May 10, 06:05
Unknown Object (File)
Fri, May 9, 13:33
Unknown Object (File)
Fri, May 9, 09:58
Unknown Object (File)
Sun, May 4, 22:23
Unknown Object (File)
Tue, Apr 29, 17:02
Unknown Object (File)
Sat, Apr 26, 09:57
Unknown Object (File)
Sat, Apr 26, 01:42
Subscribers

Details

Summary

This test has been added to detect a typo in user properties,
like in D2115 "ssh-keys" instead of "ssh_keys".

Test Plan

Tested with D2215 bogus and fixed versions.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
$ python -m unittest discover pillar/core
F
======================================================================
FAIL: test_users_properties (test_users.Testinstance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/salt/nasqueron-operations/_tests/pillar/core/test_users.py", line 36, in test_users_properties
    self.assertTrue(is_valid, "\n" + "\n".join(errors))
AssertionError: False is not true :
  Missing properties for alinap: {'ssh_keys'}
  Invalid properties for alinap: {'ssh-keys'}

----------------------------------------------------------------------
Ran 1 test in 0.277s

FAILED (failures=1)

$ python -m unittest discover pillar/core
.
----------------------------------------------------------------------
Ran 1 test in 0.275s
This revision is now accepted and ready to land.Dec 16 2019, 22:47
This revision was landed with ongoing or failed builds.Dec 16 2019, 22:49
This revision was automatically updated to reflect the committed changes.