summaryrefslogtreecommitdiff
path: root/package/adktest/src
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-07-08 17:27:32 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-07-08 17:27:32 +0200
commite12f9f2abbe7054f005c8c28b2eb416c6b0eb086 (patch)
tree0da9a26f7b0fa44a210fe8f023102bb39959894b /package/adktest/src
parent3c98ceaa57fe2f1979e6a60e583ad0fe000eef4f (diff)
fix update-rcconf, rename adk-test package
Diffstat (limited to 'package/adktest/src')
-rwxr-xr-xpackage/adktest/src/qmp4
-rwxr-xr-xpackage/adktest/src/quit2
2 files changed, 6 insertions, 0 deletions
diff --git a/package/adktest/src/qmp b/package/adktest/src/qmp
new file mode 100755
index 000000000..8f9912222
--- /dev/null
+++ b/package/adktest/src/qmp
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo '{ "execute": "qmp_capabilities" }'
+sleep 1
+echo '{ "execute": "quit" }'
diff --git a/package/adktest/src/quit b/package/adktest/src/quit
new file mode 100755
index 000000000..a625553e2
--- /dev/null
+++ b/package/adktest/src/quit
@@ -0,0 +1,2 @@
+#!/bin/sh
+socat exec:/usr/bin/qmp tcp:10.0.2.2:4444