Skip to content

Commit

Permalink
Add platform_reboot for Arista 7060PX4-32
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhi Yuan Carl Zhao committed Feb 8, 2019
1 parent 0c11d7c commit 39e8895
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions device/arista/x86_64-arista_7060px4_32/platform_reboot
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python

from arista import platforms
from arista.utils.sonic_reboot import reboot

def main():
# reboot the system
reboot()

if __name__ == "__main__":
main()

0 comments on commit 39e8895

Please sign in to comment.