#8616 xmlrpc tests test_user_plugin failure
Closed: fixed by frenaud. Opened by frenaud.

Issue

The xmlrpc test test_user_plugin started failing since 2020-12-08. This is happening because the test is hardcoding an expiration date to 2020-12-07 19:54:13, and user login now fails because we are past this date.

See the code for test_user_plugin.py:

principal_expiration_string = "2020-12-07T19:54:13Z"
principal_expiration_date = datetime.datetime(2020, 12, 7, 19, 54, 13)

Metadata Update from @frenaud:
- Issue assigned to frenaud

Ah, another time bomb found.

Metadata Update from @frenaud:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/5330

master:

  • 800bafe0a8dfe8d2cf852eb583a73037ce806ba5 xmlrpctests: remove harcoded expiration date from test_user_plugin

ipa-4-9:

  • f2bc3f1c5baff68e4c8d5f1e5c38b5647eac4cf4 xmlrpctests: remove harcoded expiration date from test_user_plugin

ipa-4-8:

  • 23bf98e710a49f51a617cf96b56eaa5db0513558 xmlrpctests: remove harcoded expiration date from test_user_plugin

ipa-4-6:

  • d67763fe56ba5e762b511b2319d5a19ad96d8727 ipa-4-6: disable tox tests on Travis-CI
  • dce3afcc1172f7ebd28a3a41ce9abd7411cf2b3b xmlrpctests: remove harcoded expiration date from test_user_plugin

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata