Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
36b8c2c1
Commit
36b8c2c1
authored
Oct 01, 2008
by
Michael Hanselmann
Browse files
Fix unittests broken by revision 1727
Reviewed-by: iustinp
parent
f6bd6e98
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/ganeti.config_unittest.py
View file @
36b8c2c1
...
...
@@ -76,7 +76,8 @@ class TestConfigRunner(unittest.TestCase):
master_node_config
=
objects
.
Node
(
name
=
me
.
name
,
primary_ip
=
me
.
ip
,
secondary_ip
=
ip
)
secondary_ip
=
ip
,
serial_no
=
1
)
cfg
.
InitConfig
(
constants
.
CONFIG_VERSION
,
cluster_config
,
master_node_config
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment