mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02:00
Add OT&E verification that a domain was successfully created in sunrise
We already have verifications that a domain application was created in sunrise - which checks for end-date sunrise. Start-date sunrise has checks that a domain (not application) was created. There's no need to specifically check for a signed mark, since a successful domain create during sunrise must have a signed mark in it. Also removed the requirement for end-date sunrise / landrush testing. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190551080
This commit is contained in:
parent
fea495e319
commit
c1ca88ac9e
3 changed files with 14 additions and 52 deletions
|
@ -19,8 +19,7 @@
|
|||
</create>
|
||||
<extension>
|
||||
<launch:create
|
||||
xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"
|
||||
type="application">
|
||||
xmlns:launch="urn:ietf:params:xml:ns:launch-1.0">
|
||||
<launch:phase>sunrise</launch:phase>
|
||||
<smd:signedMark xmlns:smd="urn:ietf:params:xml:ns:signedMark-1.0" id="signedMark">
|
||||
<smd:id>1-2</smd:id>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue