From: Barış Metin Date: Thu, 29 Jul 2010 17:05:42 +0000 (+0200) Subject: use lower-case hostnames like in emails X-Git-Tag: tests-5.0-15~2^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=782b85c37316e16f2f784c4e64926b8771a99510;p=tests.git use lower-case hostnames like in emails --- diff --git a/system/plcsh_stress_test.py b/system/plcsh_stress_test.py index 4a76874..ef862bc 100755 --- a/system/plcsh_stress_test.py +++ b/system/plcsh_stress_test.py @@ -79,7 +79,7 @@ def randhostname(namelengths): hostname = 'a' + randstr(namelengths['hostname1'], letters + digits + '-') + '1.' + \ 'b' + randstr(namelengths['hostname1'], letters + digits + '-') + '2.' + \ 'c' + randstr(namelengths['hostname2'], letters) - return hostname + return hostname.lower() def randpath(length): parts = []