#!/usr/bin/env bats # This tests pushing and pulling plugins load helpers user="testuser" password="testpassword" base="hello-world" #TODO: Create plugin image function create_plugin() { plugindir=$(mktemp -d) cat - > $plugindir/config.json <