diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-23 23:50:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-23 23:50:03 +0000 |
commit | d6f079b872af8c1e044131cd44adc287734df851 (patch) | |
tree | 76f56136771d57a72c693774783ba26fa33f76eb /scripts/testdb1.yaml | |
parent | e6bb8b2f0fdba19eb44122f65953e467b11e4869 (diff) |
Support time deltas in sleep command too
svn path=/scripts/testdb.py; revision=1432
Diffstat (limited to 'scripts/testdb1.yaml')
-rw-r--r-- | scripts/testdb1.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/testdb1.yaml b/scripts/testdb1.yaml index 32ea29ca..e7382ee0 100644 --- a/scripts/testdb1.yaml +++ b/scripts/testdb1.yaml @@ -11,7 +11,10 @@ kids: ipv4: 192.0.2.1-192.0.2.33 asn: 64533 --- -- sleep 5 +- name: Alice + valid_add: 10 +--- +- sleep 1M - name: Alice add_as: 33 valid_add: 2d |