Skip to content
Snippets Groups Projects
  • Mark Goddard's avatar
    25ac955a
    Add unit test for keystone fernet cron generator · 25ac955a
    Mark Goddard authored
    Before making changes to this script, document its behaviour with a unit
    test.
    
    There are two major issues:
    
    * requesting an interval of more than 1 day results in no jobs
    * requesting an interval of more than 60 minutes, unless an exact
      multiple of 60 minutes, results in no jobs
    
    Change-Id: I655da1102dfb4ca12437b7db0b79c9a61568f79e
    Related-Bug: #1809469
    25ac955a
    History
    Add unit test for keystone fernet cron generator
    Mark Goddard authored
    Before making changes to this script, document its behaviour with a unit
    test.
    
    There are two major issues:
    
    * requesting an interval of more than 1 day results in no jobs
    * requesting an interval of more than 60 minutes, unless an exact
      multiple of 60 minutes, results in no jobs
    
    Change-Id: I655da1102dfb4ca12437b7db0b79c9a61568f79e
    Related-Bug: #1809469
test_fernet_rotate_cron_generator.py 5.21 KiB