pymtt
 All Classes Namespaces Files Functions Variables Groups
trivial.ini
Go to the documentation of this file.
1 #
2 # Copyright (c) 2007 Sun Microystems, Inc. All rights reserved.
3 #
4 
5 #
6 # This INI file is an addendum to samples/perl/developer.ini (which only
7 # contains Trivial tests).
8 #
9 # Sample usage:
10 # cat developer.ini trivial.ini | client/mtt - alreadyinstalled_dir=/your/install
11 #
12 
13 [Test get: trivial]
14 module = Trivial
15 
16 #----------------------------------------------------------------------
17 
18 [Test build: trivial]
19 test_get = trivial
20 save_stdout_on_success = 1
21 merge_stdout_stderr = 1
22 stderr_save_lines = 100
23 
24 module = Trivial
25 
26 #----------------------------------------------------------------------
27 
28 [Test run: trivial]
29 test_build = trivial
30 pass = &and(&cmd_wifexited(), &eq(&cmd_wexitstatus(), 0))
31 timeout = &test_np()
32 save_stdout_on_pass = 1
33 merge_stdout_stderr = 1
34 stdout_save_lines = 100
35 np = &env_max_procs()
36 
37 specify_module = Simple
38 simple_only:tests = &find_executables(".")
39 
40 #----------------------------------------------------------------------
41