diff options
author | Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp> | 2018-12-10 07:48:04 +0000 |
---|---|---|
committer | Toshiaki Takahashi <takahashi.tsc@ncos.nec.co.jp> | 2018-12-25 06:15:00 +0000 |
commit | ff4536dcffc60330c0c483506c1f1ddac626f75c (patch) | |
tree | b19bbabbca0038f44f84417388d8b487ddce2d81 /baro_tests/barometer.py | |
parent | d6abf61815b5a98ea982f882c1a0f06ca56c5f25 (diff) |
Fix anteater issues of baro_tests
* 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>
Diffstat (limited to 'baro_tests/barometer.py')
-rw-r--r-- | baro_tests/barometer.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/baro_tests/barometer.py b/baro_tests/barometer.py index a798f245..f75dbc31 100644 --- a/baro_tests/barometer.py +++ b/baro_tests/barometer.py @@ -1,5 +1,7 @@ #!/usr/bin/env python # +# Copyright 2017 OPNFV +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at |