Merge "[SEBA-720] Adding support for latest bbsim"
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index a3f151f..e72abbf 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -38,11 +38,19 @@
NUM_OLTS ?= 1
NUM_ONUS_PER_OLT ?= 1
+# BBSim related Arguments
+BBSIM_OLT_TOSCA ?= examples/bbsim-16.yaml
+BBSIM_DHCP_TOSCA ?= examples/bbsim-dhcp.yaml
+
# Targets
ponsim: $(M)/siab
bbsim: $(M)/bbsim-tosca
+bbsim-latest: SEBAVALUES := configs/seba-ponsim-latest.yaml
+bbsim-latest: BBSIM_OLT_TOSCA := examples/bbsim-16-latest.yaml
+bbsim-latest: $(M)/bbsim-tosca
+
both: BBSIM_DHCP_TOSCA =
both: $(M)/siab $(M)/bbsim-tosca
@@ -277,9 +285,7 @@
touch $(M)/nem
touch $@
-# BBSim support
-BBSIM_OLT_TOSCA ?= examples/bbsim-16.yaml
-BBSIM_DHCP_TOSCA ?= examples/bbsim-dhcp.yaml
+# BBSim Targets
$(M)/bbsim: | $(M)/onos $(M)/voltha-running $(M)/nem-running
cd $(WORKSPACE)/cord/helm-charts && \