Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: test/introspection

Issue 2428004: Overhaul dhcpcd for chrome os use (Closed) Base URL: ssh://git@chromiumos-git//dhcpcd.git
Patch Set: purge hooks from configure to silence complaint Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « org.chromium.dhcpcd.in ('k') | test/monitor » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/introspection
diff --git a/test/introspection b/test/introspection
new file mode 100755
index 0000000000000000000000000000000000000000..772a1db7ba21a54316b6f22ff69b5d0eb5bc5d60
--- /dev/null
+++ b/test/introspection
@@ -0,0 +1,9 @@
+#!/usr/bin/python
+
+import dbus
+
+bus = dbus.SystemBus()
+
+object = dbus.Interface(bus.get_object("org.chromium.dhcpcd", '/'),
+ "org.freedesktop.DBus.Introspectable")
+print object.Introspect()
« no previous file with comments | « org.chromium.dhcpcd.in ('k') | test/monitor » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698