Make a sctcontroller with a NULL aqadapter in simulation mode
This commit is contained in:
@ -1491,7 +1491,9 @@ def put_postamble(MyDriver):
|
|||||||
txt += [' makesctcontroller sct_${name} %s ${IP}:${port}' % MyDriver['protocol']]
|
txt += [' makesctcontroller sct_${name} %s ${IP}:${port}' % MyDriver['protocol']]
|
||||||
txt += [' }']
|
txt += [' }']
|
||||||
txt += [' } else {']
|
txt += [' } else {']
|
||||||
txt += [' %s::sics_log 9 "[%s] => No sctcontroller for %s"' % (MyDriver['namespace'], MyDriver['simulation_group'], MyDriver['name'])]
|
txt += [' %s::sics_log 9 "[%s] => Null sctcontroller for %s"' % (MyDriver['namespace'], MyDriver['simulation_group'], MyDriver['name'])]
|
||||||
|
txt += [' %s::sics_log 9 "makesctcontroller sct_${name} aqadapter NULL"' % MyDriver['namespace']]
|
||||||
|
txt += [' makesctcontroller sct_${name} aqadapter NULL']
|
||||||
txt += [' }']
|
txt += [' }']
|
||||||
if 'make_args' in MyDriver:
|
if 'make_args' in MyDriver:
|
||||||
make_args = ' '.join(["${%s}"%arg for arg in MyDriver['make_args'].split()])
|
make_args = ' '.join(["${%s}"%arg for arg in MyDriver['make_args'].split()])
|
||||||
|
Reference in New Issue
Block a user