pymtt
 All Classes Namespaces Files Functions Variables Groups
harasser.ini
Go to the documentation of this file.
1 #Copyright (c) 2016-2018 Intel, Inc. All rights reserved.
2 #
3 
4 # Set defaults
5 [MTTDefaults]
6 description = MPI hello world
7 platform = pluto
8 
9 [MTTDefaults:Environ]
10 plugin = Environ
11 DUMMY_HARASS_TIME = 20
12 DUMMY_EXEC_TIME = 10
13 
14 # Get the system profile
15 [Profile:Installed]
16 
17 #======================================================================
18 # Test get phases - get the tests that the
19 # target software will run.
20 #======================================================================
21 
22 [ASIS TestGet:Dummy]
23 plugin = Copytree
24 src = /opt/mtt/samples/python/harasser_sample
25 
26 #======================================================================
27 # Define some default launcher execution parameters
28 #======================================================================
29 
30 [LauncherDefaults:Harasser]
31 plugin = Harasser
32 trigger_scripts = sh dummy_harass_start.sh
33 stop_scripts = sh dummy_harass_stop.sh
34 
35 
36 #----------------------------------------------------------------------
37 [TestRun:Dummy]
38 plugin = Shell
39 parent = TestGet:Dummy
40 command = sh dummy_exec.sh
41 
42 #======================================================================
43 # Reporter phase
44 #======================================================================
45 [Reporter:Console]
46 plugin = TextFile
47 
48 [Reporter:JunitXML]
49 plugin = JunitXML
50 filename=ompi_hello_world.xml
51