From 1ccc4c798d95133cde1d4558318f0640a772526a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Jun 2018 22:56:28 +0200 Subject: pushing test tasks into queue --- app/client/system/system.actions.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/client/system/system.actions.js') diff --git a/app/client/system/system.actions.js b/app/client/system/system.actions.js index 9e4f178..c661769 100644 --- a/app/client/system/system.actions.js +++ b/app/client/system/system.actions.js @@ -1,6 +1,8 @@ import socket from '../socket' import types from '../types' +import actions from '../actions' + export const run = (cmd) => (dispatch) => { dispatch({ type: types.system.running_command, cmd }) socket.actions.run_system_command(cmd) @@ -26,3 +28,12 @@ export const listDirectory = (opt) => (dispatch) => { export const changeTool = (tool) => { return { type: types.app.change_tool, tool } } + +export const enqueue_test_task = (dataset) => dispatch => { + const task = { + module: 'test', + activity: 'test', + dataset: dataset, + } + return actions.queue.add_task(task) +} -- cgit v1.2.3-70-g09d2