Move integration tests into their own subdir
authorAntoine Busque <abusque@efficios.com>
Thu, 10 Mar 2016 22:59:36 +0000 (17:59 -0500)
committerAntoine Busque <abusque@efficios.com>
Thu, 10 Mar 2016 22:59:36 +0000 (17:59 -0500)
commit04f69750e878ee3868ba342d5c5440c4179cd275
treeb38a5e99dd65e8b35f7a4855d7d0e9e5bb1da803
parent9079847d5685e5f562f08db2a325ac8b9e7ce1c3
Move integration tests into their own subdir

Signed-off-by: Antoine Busque <abusque@efficios.com>
24 files changed:
tests/__init__.py
tests/analysis_test.py [deleted file]
tests/expected/cputop.txt [deleted file]
tests/expected/iolatencytop.txt [deleted file]
tests/expected/iousagetop.txt [deleted file]
tests/expected/irqlog.txt [deleted file]
tests/expected/irqstats.txt [deleted file]
tests/gen_ctfwriter.py [deleted file]
tests/integration/__init__.py [new file with mode: 0644]
tests/integration/analysis_test.py [new file with mode: 0644]
tests/integration/expected/cputop.txt [new file with mode: 0644]
tests/integration/expected/iolatencytop.txt [new file with mode: 0644]
tests/integration/expected/iousagetop.txt [new file with mode: 0644]
tests/integration/expected/irqlog.txt [new file with mode: 0644]
tests/integration/expected/irqstats.txt [new file with mode: 0644]
tests/integration/gen_ctfwriter.py [new file with mode: 0755]
tests/integration/test_cputop.py [new file with mode: 0644]
tests/integration/test_io.py [new file with mode: 0644]
tests/integration/test_irq.py [new file with mode: 0644]
tests/integration/trace_writer.py [new file with mode: 0644]
tests/test_cputop.py [deleted file]
tests/test_io.py [deleted file]
tests/test_irq.py [deleted file]
tests/trace_writer.py [deleted file]
This page took 0.025408 seconds and 5 git commands to generate.