Create baro_tests module 13/28713/9
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 15 Feb 2017 13:24:30 +0000 (14:24 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 16 Feb 2017 11:00:23 +0000 (11:00 +0000)
commit47ccd41d789085a2186fc1fb86364d93a20783ef
treee7405d83b55f8c402d92a0d76bd198072285f460
parent5392cb0ef18e9fd6178006697f48cb1ad3ea6d5e
Create baro_tests module

This module will be installed in functest so that
we can do things like

    from baro_tests import collectd

    result = collectd.main()

This way, we can avoid running bash commands in python to
call other python scripts.

Change-Id: Id3801a30648668ac2f1885cd298b920586584a18
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
baro_tests/__init__.py [new file with mode: 0644]
baro_tests/collectd.py [new file with mode: 0644]
setup.py [new file with mode: 0644]