mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 17:37:18 +00:00
Make seppuku command trigger frontend reload
This commit is contained in:
parent
41d6fa7417
commit
31c1391726
@ -37,11 +37,12 @@ class TestCommands(TerminalCommands):
|
||||
def command_seppuku_tfw(self, *args):
|
||||
seppuku = ('nohup sh -c "supervisorctl restart tfwserver event_handler_main" &> /dev/null & '
|
||||
'clear && echo "Committed seppuku! :)" && sleep infinity')
|
||||
TFWServerConnector().send_to_eventhandler({
|
||||
'key': 'shell',
|
||||
'data': {'command': 'write',
|
||||
'shellcmd': f'{seppuku}\n'}
|
||||
})
|
||||
uplink = TFWServerConnector()
|
||||
uplink.send_to_eventhandler({'key': 'shell',
|
||||
'data': {'command': 'write',
|
||||
'shellcmd': f'{seppuku}\n'}})
|
||||
uplink.send({'key': 'dashboard',
|
||||
'data' :{'command': 'reload_frontend'}})
|
||||
|
||||
def command_changelayout(self, *args):
|
||||
message = {'key': 'dashboard',
|
||||
|
Loading…
Reference in New Issue
Block a user