aboutsummaryrefslogtreecommitdiff
path: root/VexRiscv/src/test/python/gcloud/remotePull.py
diff options
context:
space:
mode:
Diffstat (limited to 'VexRiscv/src/test/python/gcloud/remotePull.py')
-rwxr-xr-xVexRiscv/src/test/python/gcloud/remotePull.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/VexRiscv/src/test/python/gcloud/remotePull.py b/VexRiscv/src/test/python/gcloud/remotePull.py
new file mode 100755
index 0000000..7160579
--- /dev/null
+++ b/VexRiscv/src/test/python/gcloud/remotePull.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+
+from gcloud import GCInstance
+
+gci = GCInstance("vexriscv")
+gci.create()
+gci.start()
+gci.remoteToLocal("run.txt","run.txt")
+gci.stop()
+gci.delete()