~ctf/checkbox/bug811177

« back to all changes in this revision

Viewing changes to configs/hwtest-cli.ini

  • Committer: ubuntu
  • Date: 2008-01-29 20:32:40 UTC
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: ubuntu@ubuntu-20080129203240-s2me3vbksz3kghrw
Using *_directory configuration variables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[DEFAULT]
2
 
 
3
 
# Directory where hwtest related files are located.
4
 
hwtest_directory = .
5
 
 
6
 
# Space separated list of files to include as a dependency for the
7
 
# CLI interface.
8
 
includes = %(hwtest_directory)s/configs/hwtest.ini
9
 
 
10
 
[hwtest/plugins/user_interface]
11
 
 
12
 
# Module where the user interface implementation is defined.
13
 
interface_module = hwtest_cli.cli_interface
14
 
 
15
 
# Class implementing the UserInterface interface.
16
 
interface_class = CLIInterface
17