From 1fc68088f82f4b04708703f36cc0beda80b0498a Mon Sep 17 00:00:00 2001 From: Mladen Milutinovic Date: Fri, 1 Sep 2023 06:50:54 +0200 Subject: [PATCH] Velocitas sync --- .github/workflows/check-devcontainer.yml | 1 + tests/automated_tests/requirements.in | 2 +- tests/automated_tests/requirements_test.py | 14 ++++++++++++++ tests/automated_tests/runtime_test.py | 14 ++++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-devcontainer.yml b/.github/workflows/check-devcontainer.yml index b34169c3..e2100264 100644 --- a/.github/workflows/check-devcontainer.yml +++ b/.github/workflows/check-devcontainer.yml @@ -1,4 +1,5 @@ # This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json +# This file is maintained by velocitas CLI, do not modify manually. Change settings in .velocitas.json # Copyright (c) 2023 Robert Bosch GmbH and Microsoft Corporation # # This program and the accompanying materials are made available under the diff --git a/tests/automated_tests/requirements.in b/tests/automated_tests/requirements.in index 8029a07b..f543eed1 100644 --- a/tests/automated_tests/requirements.in +++ b/tests/automated_tests/requirements.in @@ -1 +1 @@ -parameterized \ No newline at end of file +parameterized diff --git a/tests/automated_tests/requirements_test.py b/tests/automated_tests/requirements_test.py index 4fea847e..9ba12ec0 100644 --- a/tests/automated_tests/requirements_test.py +++ b/tests/automated_tests/requirements_test.py @@ -1,3 +1,17 @@ +# Copyright (c) 2022 Robert Bosch GmbH and Microsoft Corporation +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0. +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 + # Copyright (c) 2023 Robert Bosch GmbH # This program and the accompanying materials are made available under the diff --git a/tests/automated_tests/runtime_test.py b/tests/automated_tests/runtime_test.py index d4a99c3e..35547fc1 100644 --- a/tests/automated_tests/runtime_test.py +++ b/tests/automated_tests/runtime_test.py @@ -1,3 +1,17 @@ +# Copyright (c) 2022 Robert Bosch GmbH and Microsoft Corporation +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0. +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 + # Copyright (c) 2023 Robert Bosch GmbH # This program and the accompanying materials are made available under the