Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
670de9df
Commit
670de9df
authored
Nov 10, 2020
by
Jialin Li
Browse files
Merge branch 'master' of github.com:FreakyPenguin/endhostsim-code into nopaxos
parents
10702670
24c22009
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
experiments/modes/nodeconfig.py
experiments/modes/nodeconfig.py
+1
-1
No files found.
experiments/modes/nodeconfig.py
View file @
670de9df
...
@@ -105,7 +105,7 @@ class CorundumLinuxNode(LinuxNode):
...
@@ -105,7 +105,7 @@ class CorundumLinuxNode(LinuxNode):
self
.
drivers
.
append
(
'/tmp/guest/mqnic.ko'
)
self
.
drivers
.
append
(
'/tmp/guest/mqnic.ko'
)
def
config_files
(
self
):
def
config_files
(
self
):
m
=
{
'mqnic.ko'
:
open
(
'../images/mqnic/mqnic.ko'
,
'r'
)}
m
=
{
'mqnic.ko'
:
open
(
'../images/mqnic/mqnic.ko'
,
'r
b
'
)}
return
{
**
m
,
**
super
().
config_files
()}
return
{
**
m
,
**
super
().
config_files
()}
...
...
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