Page MenuHomeDevCentral

Detect invalid or missing properties for shellusers
ClosedPublic

Authored by dereckson on Dec 16 2019, 22:42.
Tags
None
Referenced Files
F11619459: D2125.diff
Tue, Sep 2, 01:40
Unknown Object (File)
Sun, Aug 31, 15:33
Unknown Object (File)
Sun, Aug 31, 15:22
Unknown Object (File)
Thu, Aug 28, 11:08
Unknown Object (File)
Thu, Aug 28, 07:40
Unknown Object (File)
Wed, Aug 27, 19:50
Unknown Object (File)
Wed, Aug 27, 02:52
Unknown Object (File)
Tue, Aug 26, 15:30
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.