[VOL-2778] Introducing Service definition in order to support the TT workflow
Change-Id: Ib171502e8940b5d0b219620a4503f7095d376d7a
diff --git a/Makefile b/Makefile
index bb8c5e9..21d73e0 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@
exit $$RETURN
test-bbr: release-bbr docker-build # @HELP Validate that BBSim and BBR are working together
- DOCKER_RUN_ARGS="-auth -dhcp -pon 2 -onu 2" make docker-run
+ DOCKER_RUN_ARGS="-pon 2 -onu 2" make docker-run
sleep 5
./$(RELEASE_DIR)/$(RELEASE_BBR_NAME)-linux-amd64 -pon 2 -onu 2
docker rm -f bbsim