Refactor installers support code
[doctor.git] / tests / lib / installers / local
diff --git a/tests/lib/installers/local b/tests/lib/installers/local
new file mode 100644 (file)
index 0000000..e7aed14
--- /dev/null
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+function get_installer_ip {
+    # Noop
+    return
+}
+
+function installer_get_ssh_keys {
+    echo "INSTALLER_TYPE set to 'local'. Assuming SSH keys already exchanged with $COMPUTE_HOST"
+    return
+}
+
+function installer_apply_patches {
+    # Noop
+    return
+}
+
+function cleanup_installer_local {
+    # Noop
+    return
+}