Skip to content

Commit d29b824

Browse files
authored
Revert "[wol] Implement wol command line utility" (sonic-net#3515)
* Revert "[wol] Implement wol command line utility (sonic-net#3048)" This reverts commit 1e81310. * Save doc
1 parent 9357c45 commit d29b824

File tree

4 files changed

+0
-433
lines changed

4 files changed

+0
-433
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
'utilities_common',
8989
'watchdogutil',
9090
'sonic_cli_gen',
91-
'wol',
9291
],
9392
package_data={
9493
'generic_config_updater': ['gcu_services_validator.conf.json', 'gcu_field_operation_validators.conf.json'],
@@ -223,7 +222,6 @@
223222
'undebug = undebug.main:cli',
224223
'watchdogutil = watchdogutil.main:watchdogutil',
225224
'sonic-cli-gen = sonic_cli_gen.main:cli',
226-
'wol = wol.main:wol',
227225
]
228226
},
229227
install_requires=[

tests/wol_test.py

-229
This file was deleted.

wol/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)