projects
/
ganeti-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea8615
)
Fix a bug in the Runtime tests
author
Michele Tartara
<mtartara@google.com>
Fri, 5 Apr 2013 13:42:31 +0000
(13:42 +0000)
committer
Michele Tartara
<mtartara@google.com>
Fri, 5 Apr 2013 14:35:32 +0000
(16:35 +0200)
A group name was erroneusly inserted in the list of user names.
Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
test/hs/Test/Ganeti/Runtime.hs
patch
|
blob
|
history
diff --git
a/test/hs/Test/Ganeti/Runtime.hs
b/test/hs/Test/Ganeti/Runtime.hs
index
310efcd
..
b864032
100644
(file)
--- a/
test/hs/Test/Ganeti/Runtime.hs
+++ b/
test/hs/Test/Ganeti/Runtime.hs
@@
-79,7
+79,7
@@
case_UsersGroups = do
runPython "from ganeti import constants\n\
\from ganeti import serializer\n\
\import sys\n\
- \users = [constants.MASTERD_GROUP,\n\
+ \users = [constants.MASTERD_USER,\n\
\ constants.NODED_USER,\n\
\ constants.RAPI_USER,\n\
\ constants.CONFD_USER,\n\