add rebuild makefile target and rebuild script
Change-Id: Id956c1693d0d29ca79e2483f37a048b47b3731bd
diff --git a/test-standalone/Makefile b/test-standalone/Makefile
index 4354c6e..44a5363 100644
--- a/test-standalone/Makefile
+++ b/test-standalone/Makefile
@@ -122,6 +122,10 @@
containers: prereqs download_xos devel-container
make -f ../common/Makefile.containers xos_test
+rebuild:
+ bash ../common/rebuild.sh $(XOS_BOOTSTRAP_PORT)
+ bash ../common/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT) xos
+
stop:
test ! -s $(DOCKER_COMPOSE_YML) || sudo docker-compose -p $(DOCKER_PROJECT) -f $(DOCKER_COMPOSE_YML) stop
sudo docker-compose -p $(BOOTSTRAP_PROJECT) -f $(BOOTSTRAP_YML) stop