Page MenuHomeDevCentral

Detect invalid or missing properties for shellusers
ClosedPublic

Authored by dereckson on Dec 16 2019, 22:42.
Tags
None
Referenced Files
F3304123: D2125.diff
Wed, Jul 3, 07:40
F3303980: D2125.id5360.diff
Wed, Jul 3, 07:01
Unknown Object (File)
Sun, Jun 30, 08:45
Unknown Object (File)
Sat, Jun 29, 21:14
Unknown Object (File)
Sat, Jun 29, 20:12
Unknown Object (File)
Sat, Jun 29, 11:46
Unknown Object (File)
Sat, Jun 29, 10:10
Unknown Object (File)
Sat, Jun 29, 08:21
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.