File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
systemvm/debian/opt/cloud/bin/cs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236236
237237 - name : Install Python dependencies
238238 run : |
239- python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid
239+ python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid pynose
240240
241241 - name : Install jacoco dependencies
242242 run : |
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def process(self):
8282 CsHelper .service ("dnsmasq" , "reload" )
8383
8484 def configure_server (self ):
85- # self.conf.addeq("dhcp-hostsfile=%s" % DHCP_HOSTS )
85+ self .conf .add ( "bind-interfaces" , 0 )
8686 idx = 0
8787 listen_address = ["127.0.0.1" ]
8888 for i in self .devinfo :
You can’t perform that action at this time.
0 commit comments