diff options
Diffstat (limited to 'csharp/test')
-rwxr-xr-x | csharp/test/Glacier2/router/run.py | 2 | ||||
-rwxr-xr-x | csharp/test/Glacier2/sessionHelper/run.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Glacier2/router/run.py b/csharp/test/Glacier2/router/run.py index c32b3873c0c..3cb85c382e9 100755 --- a/csharp/test/Glacier2/router/run.py +++ b/csharp/test/Glacier2/router/run.py @@ -25,7 +25,7 @@ router = os.path.join(TestUtil.getCppBinDir(), "glacier2router") # # Generate the crypt passwords file # -TestUtil.cryptPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"}) +TestUtil.hashPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"}) args = ' --Ice.Warn.Dispatch=0' + \ ' --Ice.Warn.Connections=0' + \ diff --git a/csharp/test/Glacier2/sessionHelper/run.py b/csharp/test/Glacier2/sessionHelper/run.py index 4bfc2a41224..1757891f88d 100755 --- a/csharp/test/Glacier2/sessionHelper/run.py +++ b/csharp/test/Glacier2/sessionHelper/run.py @@ -23,7 +23,7 @@ import TestUtil # # Generate the crypt passwords file # -TestUtil.cryptPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"}) +TestUtil.hashPasswords(os.path.join(os.getcwd(), "passwords"), {"userid": "abc123"}) router = os.path.join(TestUtil.getCppBinDir(), "glacier2router") |