commit | 70eab04a241c4d09c7bea9bc7c613a03c40bf7bf | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Sat Dec 14 14:16:26 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Sat Dec 14 14:16:26 2019 -0700 |
tree | 49b5293de4d00c3ec11cb8923feaccdd4a9896bc | |
parent | d5cfdbbc6e1ddfd3795dc4bd481f4d8ce32a1824 [diff] [blame] |
Disable SubsRemoveDHCP test while failure investigataed Change-Id: Ic0dc0c1ac68bef02a544236f5aadad3dc251d3e0
diff --git a/Makefile b/Makefile index 48d9dd5..6aee2ea 100644 --- a/Makefile +++ b/Makefile
@@ -82,6 +82,9 @@ system-scale-test: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_SINGLE_PON_FILE) system-scale-test: k8s-system-test +voltha-test: ROBOT_MISC_ARGS += -e notready +k8s-system-test: ROBOT_MISC_ARGS += -e notready + # virtualenv for the robot tools vst_venv: virtualenv $@ ;\