aboutsummaryrefslogtreecommitdiffstats
path: root/baro_tests/barometer.py
AgeCommit message (Collapse)AuthorFilesLines
2018-12-25Fix anteater issues of baro_testsToshiaki Takahashi1-0/+2
* Use yaml.safe_load instead of yaml.load * Not use curl (Use the file prepared by the procedure in the Functest Installation Guide) * Not use /tmp directoriy for security reasen * Add copyright to fix "Licence header missing" Change-Id: Ib4ad56e6a79d7f7d00058d5bd7c6690b8c360753 Signed-off-by: Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp>
2018-03-02Switch to XtestingCédric Ollivier1-2/+2
It inherits from xtesting.core.feature [1]. [1] http://xtesting.readthedocs.io/en/latest/apidoc/xtesting.core.feature.html Change-Id: Ib547aa60d9b8bf61ab5433496d7149a43355d08c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-06-13Move test caller from Functest to Barometer repojose.lausuch1-0/+24
The decision by Functest team is that 3rd party test cases should host the test in their respective repositories. Change-Id: Ibfd6dbc417fa797b96792a902797e610dab5b167 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>