[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH v6 20/20] osstest: add anoint dummy script



For testing purposes, based on the interface described at:

https://lists.xenproject.org/archives/html/xen-devel/2017-07/msg02048.html

DO NOT APPLY.
---
 mg-anoint | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100755 mg-anoint

diff --git a/mg-anoint b/mg-anoint
new file mode 100755
index 00000000..56e10fe6
--- /dev/null
+++ b/mg-anoint
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+set -e
+
+action=$1
+name=$2
+
+case "$action" in
+anoint)
+       echo $3 $4 > ${name// /-}.anoint
+       ;;
+retrieve)
+       cat ${name// /-}.anoint
+       ;;
+esac
-- 
2.11.0 (Apple Git-81)


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.