~afrantzis/lava-test/glmark2-es2

« back to all changes in this revision

Viewing changes to tests/test_main.py

  • Committer: Paul Larson
  • Date: 2010-09-18 17:10:57 UTC
  • mfrom: (29.1.4 bug)
  • Revision ID: paul.larson@canonical.com-20100918171057-3twd9ys43ddhqozm
Handle and warn when hardware information cannot be read. This
situation could indicate a problem, hence the warning, but could also be
expected in the case of chroots for example.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    def setUp(self):
23
23
        super(testMain, self).setUp()
24
24
        self.out = self.add_fixture(OutputImposter())
25
 
        self._fixtures = []
26
25
 
27
26
    def test_bad_subcmd(self):
28
27
        errmsg = "Unknown usage './abrek results foo'\nUse 'abrek help [cmd]' for help\n"