Commit e165fa94 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

pre-merge code cleanup

parent 270a9de2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# Copyright 2022-2026 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# Copyright 2022-2026 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
# Copyright 2022-2026 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
+3 −3
Original line number Diff line number Diff line
@@ -2641,14 +2641,14 @@ class SerializerTest {
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_OPTICAL_TFS),
                Arguments.of(
                        DeviceDriverEnum.IETF_ACTN, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_IETF_ACTN),
                Arguments.of(
                        DeviceDriverEnum.UNDEFINED, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_UNDEFINED),
                Arguments.of(
                        DeviceDriverEnum.RESTCONF_OPENCONFIG,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_RESTCONF_OPENCONFIG),
                Arguments.of(
                        DeviceDriverEnum.CUSTOM_IPOWDM,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_CUSTOM_IPOWDM));
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_CUSTOM_IPOWDM),
                Arguments.of(
                        DeviceDriverEnum.UNDEFINED, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_UNDEFINED));
    }

    @ParameterizedTest
+2 −1
Original line number Diff line number Diff line
@@ -1230,7 +1230,8 @@ class SerializerTest {
                        DeviceDriverEnum.OPTICAL_TFS,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_OPTICAL_TFS),
                Arguments.of(
                        DeviceDriverEnum.IETF_ACTN, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_IETF_ACTN),
                        DeviceDriverEnum.IETF_ACTN,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_IETF_ACTN),
                Arguments.of(
                        DeviceDriverEnum.RESTCONF_OPENCONFIG,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_RESTCONF_OPENCONFIG),
+1 −1

File changed.

Contains only whitespace changes.

Loading