|
1 | 1 | /******************************************************************************* |
2 | | - * Copyright (c) 2023, 2024 Eurotech and/or its affiliates and others |
3 | | - * |
| 2 | + * Copyright (c) 2023, 2025 Eurotech and/or its affiliates and others |
| 3 | + * |
4 | 4 | * This program and the accompanying materials are made |
5 | 5 | * available under the terms of the Eclipse Public License 2.0 |
6 | 6 | * which is available at https://www.eclipse.org/legal/epl-2.0/ |
7 | | - * |
| 7 | + * |
8 | 8 | * SPDX-License-Identifier: EPL-2.0 |
9 | | - * |
| 9 | + * |
10 | 10 | * Contributors: |
11 | 11 | * Eurotech |
12 | 12 | ******************************************************************************/ |
@@ -324,7 +324,7 @@ private void thenComponentDefinitionHasBasicProperties() { |
324 | 324 |
|
325 | 325 | private void thenComponentDefinitionHasCorrectNumberOfResources() { |
326 | 326 | assertNotNull(this.ads); |
327 | | - assertEquals(191, this.ads.size()); |
| 327 | + assertEquals(189, this.ads.size()); |
328 | 328 | } |
329 | 329 |
|
330 | 330 | private void thenReturnedPropertyEquals(final String key, final Object value) { |
@@ -628,7 +628,7 @@ private void thenComponentDefinitionHasWifiProperties() { |
628 | 628 | } |
629 | 629 |
|
630 | 630 | private void thenComponentDefinitionHasModemProperties() { |
631 | | - assertEquals(39, this.ads.stream().filter(ad -> ad.getName().contains("1-4")).count()); |
| 631 | + assertEquals(37, this.ads.stream().filter(ad -> ad.getName().contains("1-4")).count()); |
632 | 632 | } |
633 | 633 |
|
634 | 634 | private void thenComponentDefinitionHasVlanProperties() { |
@@ -937,7 +937,7 @@ private void thenComponentDefinitionHasModemProperties(String interfaceName) { |
937 | 937 | adsConfigured++; |
938 | 938 | } |
939 | 939 | } |
940 | | - assertEquals(12, adsConfigured); |
| 940 | + assertEquals(10, adsConfigured); |
941 | 941 | } |
942 | 942 |
|
943 | 943 | private void thenComponentDefinitionHasVlanProperties(String interfaceName) { |
|
0 commit comments