Page MenuHomeDevCentral

Detect invalid or missing properties for shellusers
ClosedPublic

Authored by dereckson on Dec 16 2019, 22:42.
Tags
None
Referenced Files
F7137592: D2125.id5361.diff
Mon, Apr 21, 07:33
F7113523: D2125.id5361.diff
Sun, Apr 20, 22:23
F7108690: D2125.id5358.diff
Sun, Apr 20, 20:14
F7108684: D2125.id5360.diff
Sun, Apr 20, 20:14
Unknown Object (File)
Sun, Apr 20, 07:45
Unknown Object (File)
Sat, Apr 19, 14:56
Unknown Object (File)
Fri, Apr 11, 09:26
Unknown Object (File)
Mon, Apr 7, 22:48
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.