Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH 1/7] auto-t: iwd.py: add DPP properties
@ 2022-06-30 18:03 James Prestwood
  2022-06-30 18:03 ` [PATCH 2/7] auto-t: add client test to testKnownNetworks James Prestwood
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: James Prestwood @ 2022-06-30 18:03 UTC (permalink / raw)
  To: iwd; +Cc: James Prestwood

---
 autotests/util/iwd.py | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/autotests/util/iwd.py b/autotests/util/iwd.py
index 5591d7e1..df310a32 100755
--- a/autotests/util/iwd.py
+++ b/autotests/util/iwd.py
@@ -294,6 +294,18 @@ class DeviceProvisioning(IWDDBusAbstract):
     def stop(self):
         self._iface.Stop()
 
+    @property
+    def uri(self):
+        return self._properties['URI']
+
+    @property
+    def started(self):
+        return self._properties['Started']
+
+    @property
+    def role(self):
+        return self._properties['Role']
+
 class Device(IWDDBusAbstract):
     '''
         Class represents a network device object: net.connman.iwd.Device
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-30 18:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 18:03 [PATCH 1/7] auto-t: iwd.py: add DPP properties James Prestwood
2022-06-30 18:03 ` [PATCH 2/7] auto-t: add client test to testKnownNetworks James Prestwood
2022-06-30 18:03 ` [PATCH 3/7] auto-t: add client test to testEAP-WPS James Prestwood
2022-06-30 18:03 ` [PATCH 4/7] auto-t: add client test to testAdHoc James Prestwood
2022-06-30 18:03 ` [PATCH 5/7] auto-t: add client test to testDPP James Prestwood
2022-06-30 18:03 ` [PATCH 6/7] auto-t: refactor testAP to reuse code James Prestwood
2022-06-30 18:03 ` [PATCH 7/7] auto-t: add client test to testAP James Prestwood
2022-06-30 18:38 ` [PATCH 1/7] auto-t: iwd.py: add DPP properties Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox