From 5e937fa62252134f33cc388bc3f135fde5bc4693 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 27 Jul 2023 16:47:17 +0000 Subject: [PATCH] metrics: Update general FIO tests This PR updates general FIO tests by adding the recent date of a change. Signed-off-by: Gabriela Cervantes --- tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile | 2 +- tests/metrics/storage/fio-k8s/cmd/fiotest/main.go | 2 +- tests/metrics/storage/fio-k8s/pkg/env/Makefile | 2 +- tests/metrics/storage/fio-k8s/pkg/env/env.go | 2 +- tests/metrics/storage/fio-k8s/pkg/exec/Exec.go | 2 +- tests/metrics/storage/fio-k8s/pkg/k8s/Makefile | 2 +- tests/metrics/storage/fio-k8s/pkg/k8s/exec.go | 2 +- tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile b/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile index 69888b39d..4c8a27c69 100644 --- a/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile +++ b/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2022 Intel Corporation +# Copyright (c) 2021-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go b/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go index 641836c55..de7e7b2ff 100644 --- a/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go +++ b/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package main diff --git a/tests/metrics/storage/fio-k8s/pkg/env/Makefile b/tests/metrics/storage/fio-k8s/pkg/env/Makefile index 5f0a330df..a1c0a7779 100644 --- a/tests/metrics/storage/fio-k8s/pkg/env/Makefile +++ b/tests/metrics/storage/fio-k8s/pkg/env/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Intel Corporation +# Copyright (c) 2021-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/metrics/storage/fio-k8s/pkg/env/env.go b/tests/metrics/storage/fio-k8s/pkg/env/env.go index efb0e9ada..034127f96 100644 --- a/tests/metrics/storage/fio-k8s/pkg/env/env.go +++ b/tests/metrics/storage/fio-k8s/pkg/env/env.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package env diff --git a/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go b/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go index 7d8a724b8..6e409f427 100644 --- a/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go +++ b/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile b/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile index fb26740dc..f5bee6d16 100644 --- a/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile +++ b/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Intel Corporation +# Copyright (c) 2021-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go b/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go index 8ed5aaa2c..9be25f618 100644 --- a/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go +++ b/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package k8s diff --git a/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go b/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go index 8e218bd3d..2fef788cc 100644 --- a/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go +++ b/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package k8s