1
0
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:
Weimin Yu
2026-07-21 17:21:58 -04:00
committed by GitHub
parent b187193e79
commit 302faa21dd
@@ -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>