From 4e7f7d7fa254811ec52cdd36e3ba0d32fc08e7bc Mon Sep 17 00:00:00 2001 From: "Chaurasiya, Payal" Date: Wed, 22 Jan 2025 23:59:20 -0800 Subject: [PATCH] Docker test mount the file Signed-off-by: Chaurasiya, Payal --- tests/end_to_end/utils/tr_workspace.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/end_to_end/utils/tr_workspace.py b/tests/end_to_end/utils/tr_workspace.py index 5a0b27b75d..333a2b7aba 100644 --- a/tests/end_to_end/utils/tr_workspace.py +++ b/tests/end_to_end/utils/tr_workspace.py @@ -1,3 +1,6 @@ +# Copyright 2020-2025 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + import collections import concurrent.futures import logging