diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-06-16 18:32:13 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-07-03 16:02:09 +0000 |
commit | 29dbb3106d28d6e53f0263eb34020cedd1fbd390 (patch) | |
tree | b5f9dcdeb4bf93cdc1e395845cbb92c1012b86bf /test/security/check_certificates/setup.py | |
parent | bface100d23a44624d2f81fb357ee750fac4f419 (diff) |
Initiate check certificate validity test
Issue-ID: INT-1570
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I9794ec17a254ac21e87e3a251b6cad849a763742
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'test/security/check_certificates/setup.py')
-rw-r--r-- | test/security/check_certificates/setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/security/check_certificates/setup.py b/test/security/check_certificates/setup.py new file mode 100644 index 000000000..9a370e270 --- /dev/null +++ b/test/security/check_certificates/setup.py @@ -0,0 +1,4 @@ +import setuptools +setuptools.setup( + setup_requires=['pbr', 'setuptools'], + pbr=True) |