diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-23 00:19:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-23 00:19:07 +0000 |
commit | b0a6072d09ed835464f941d741e29b76c6df58b5 (patch) | |
tree | 0a8726799739b6fdf9d65ea527ed3c113d72632a /scripts/testdb1.yaml | |
parent | 8a65f4d8166d946a6a10fd4c869eb1b005d24879 (diff) |
Revocation and validity date changes appear to work now.
svn path=/scripts/rpki/sql.py; revision=1426
Diffstat (limited to 'scripts/testdb1.yaml')
-rw-r--r-- | scripts/testdb1.yaml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/scripts/testdb1.yaml b/scripts/testdb1.yaml index 9b8929b7..17f3c199 100644 --- a/scripts/testdb1.yaml +++ b/scripts/testdb1.yaml @@ -15,5 +15,19 @@ kids: valid_until: 2009-07-14T12:30:00Z --- - name: Alice - add_as: 33 - valid_until: 2008-07-14T12:30:00Z + valid_until: 2009-04-01T00:00:00 +--- +- name: Alice + valid_until: 2009-07-14T12:30:00Z +--- +- name: Alice + valid_until: 2009-04-01T00:00:00 +--- +- name: Alice + valid_until: 2009-07-14T12:30:00Z +--- +- name: Alice + valid_until: 2009-04-01T00:00:00 +--- +- name: Alice + valid_until: 2009-07-14T12:30:00Z |