HomeSort by relevance Sort by last modified time
    Searched full:get_all_interface (Results 1 - 1 of 1) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
ap_get_interface.py 20 GET_ALL_INTERFACE = 'ls /sys/class/net'
42 def get_all_interface(self): member in class:ApInterfaces
48 output = self.ssh.run(GET_ALL_INTERFACE)
71 interfaces_all = self.get_all_interface()

Completed in 79 milliseconds