Skip to content

Commit

Permalink
[platform/cel]: Remove afulnx_64 (#3900)
Browse files Browse the repository at this point in the history
 remove afulnx_64 install script
  • Loading branch information
Wirut Getbamrung authored and lguohan committed Dec 16, 2019
1 parent 3ab4b71 commit 1286e5e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def install_firmware(self, image_path):
new_image_path = os.path.join("/tmp", (root.lower() + ext))
shutil.copy(image_path, new_image_path)
install_command = "ispvm %s" % new_image_path
elif self.name == "BIOS":
install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
# elif self.name == "BIOS":
# install_command = "afulnx_64 %s /p /b /n /x /r" % image_path

return self.__run_command(install_command)
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def install_firmware(self, image_path):
new_image_path = os.path.join("/tmp", (root.lower() + ext))
shutil.copy(image_path, new_image_path)
install_command = "ispvm %s" % new_image_path
elif self.name == "BIOS":
install_command = "afulnx_64 %s /p /b /n /x /r" % image_path
# elif self.name == "BIOS":
# install_command = "afulnx_64 %s /p /b /n /x /r" % image_path

return self.__run_command(install_command)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ dx010/cfg/dx010-modules.conf etc/modules-load.d
dx010/systemd/platform-modules-dx010.service lib/systemd/system
dx010/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_seastone-r0
services/platform_api/platform_api_mgnt.sh usr/local/bin
tools/afulnx_64 usr/local/bin
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ services/fancontrol/fancontrol.service lib/systemd/system
services/fancontrol/fancontrol usr/local/bin
haliburton/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_e1031-r0
services/platform_api/platform_api_mgnt.sh usr/local/bin
tools/afulnx_64 usr/local/bin
Binary file not shown.

0 comments on commit 1286e5e

Please sign in to comment.