mirror of
https://github.com/google/nomulus
synced 2026-07-22 07:52:22 +00:00
Fix host_create template in load test (#3172)
The hosts created by load test is intentionally non-subordinate. They must not have IP addresses.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<host:create
|
||||
xmlns:host="urn:ietf:params:xml:ns:host-1.0">
|
||||
<host:name>%host%.example.com</host:name>
|
||||
<host:addr ip="v4">8.8.8.8</host:addr>
|
||||
</host:create>
|
||||
</create>
|
||||
<clTRID>trid</clTRID>
|
||||
|
||||
Reference in New Issue
Block a user