File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,8 @@ id: dock/networking-ntp
652652category_id: dock-network
653653plugin: user-interact-verify
654654depends: dock/cold-plug
655- requires: package.name == 'ntpdate'
655+ requires:
656+ (package.name == 'ntpdate' or package.name == 'ntpsec-ntpdate')
656657user: root
657658command: network_ntp_test.py
658659estimated_duration: 10.00
@@ -2680,7 +2681,7 @@ plugin: user-interact-verify
26802681imports: from com.canonical.plainbox import manifest
26812682requires:
26822683 manifest.has_dock_ethernet_adapter == 'True'
2683- package.name == 'ntpdate'
2684+ ( package.name == 'ntpdate' or package.name == 'ntpsec-ntpdate')
26842685user: root
26852686command: network_ntp_test.py
26862687estimated_duration: 10.00
Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ plugin: shell
7070category_id: com.canonical.plainbox::networking
7171id: networking/ntp
7272flags: also-after-suspend
73- requires: package.name == 'ntpdate'
73+ requires:
74+ (package.name == 'ntpdate' or package.name == 'ntpsec-ntpdate')
7475user: root
7576command: network_ntp_test.py
7677_purpose: Test to see if we can sync local clock to an NTP server
@@ -122,4 +123,4 @@ _steps:
122123 3. Disable the Airplane Mode in Wi-Fi settings
123124_verification:
124125 1. All connections are correctly disabled after enabling Airplane Mode.
125- 2. All connections are correctly re-established after disabling Airplane Mode.
126+ 2. All connections are correctly re-established after disabling Airplane Mode.
Original file line number Diff line number Diff line change 11unit: packaging meta-data
22os-id: debian
3- Depends: ntpdate, net-tools, ethtool
3+ Depends: net-tools, ethtool
4+
5+ unit: packaging meta-data
6+ os-id: ubuntu
7+ os-version-id: < 22.04
8+ Depends: ntpdate
9+
10+ unit: packaging meta-data
11+ os-id: ubuntu
12+ os-version-id: >= 22.04
13+ Depends: ntpsec-ntpdate
414
515unit: packaging meta-data
616os-id: debian
You can’t perform that action at this time.
0 commit comments