diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-03-03 16:59:14 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-03-03 17:25:00 +0100 |
commit | 75c869b6a39e94fe06ececa5b5a2b39807aa6daa (patch) | |
tree | 46a9d8eaaa8ba95448652368fa2ca1e03e7a53ed /xtesting/utils | |
parent | 63683ea116ce54595a48f2e9c3ed3957122fab2d (diff) |
Rewrite last direct call to ci/testcases.yaml
Change-Id: Ic4a857b6cdee7e3f9e2330414b0e6a6df98eea25
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'xtesting/utils')
-rw-r--r-- | xtesting/utils/constants.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xtesting/utils/constants.py b/xtesting/utils/constants.py index d99a0e33..f5e29e0d 100644 --- a/xtesting/utils/constants.py +++ b/xtesting/utils/constants.py @@ -1,5 +1,12 @@ #!/usr/bin/env python +# Copyright (c) 2019 Orange and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 + # pylint: disable=missing-docstring import os |