From 5dc3cab5ac03c09d31021b545a947cbf4b9a8f26 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Mon, 10 Oct 2016 21:25:29 -0500 Subject: [PATCH] Additional amulet definition updates - Re-enable bundletester reset boolean - Other updates for Newton amulet tests Change-Id: I9987939212992da015640c1d6fbc3832d00caa2e --- src/tests/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/tests.yaml b/src/tests/tests.yaml index e3185c6..4cf93d0 100644 --- a/src/tests/tests.yaml +++ b/src/tests/tests.yaml @@ -1,6 +1,6 @@ # Bootstrap the model if necessary. bootstrap: True -# Re-use bootstrap node instead of destroying/re-bootstrapping. +# Re-use bootstrap node. reset: True # Use tox/requirements to drive the venv instead of bundletester's venv feature. virtualenv: False