From 8b93a861a3ebceae40a62b9337972d247f98a4d4 Mon Sep 17 00:00:00 2001 From: Bjorn Meland Date: Wed, 27 Nov 2019 09:59:45 +0100 Subject: Test storage-type --- .../vespa/hosted/controller/deployment/InternalStepRunnerTest.java | 2 +- controller-server/src/test/resources/test_runner_services.xml-cd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'controller-server/src') diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunnerTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunnerTest.java index a1f0f924dcf..9ca50e7f22a 100644 --- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunnerTest.java +++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunnerTest.java @@ -412,7 +412,7 @@ public class InternalStepRunnerTest { assertFile("test_runner_services.xml-cd", new String(InternalStepRunner.servicesXml(AthenzDomain.from("vespa.vespa.cd"), true, false, - new NodeResources(2, 12, 75, 1)))); + new NodeResources(2, 12, 75, 1, NodeResources.DiskSpeed.fast, NodeResources.StorageType.local)))); } private void assertFile(String resourceName, String actualContent) { diff --git a/controller-server/src/test/resources/test_runner_services.xml-cd b/controller-server/src/test/resources/test_runner_services.xml-cd index 6dc9481636e..235ca7cb698 100644 --- a/controller-server/src/test/resources/test_runner_services.xml-cd +++ b/controller-server/src/test/resources/test_runner_services.xml-cd @@ -59,7 +59,7 @@ - + -- cgit v1.2.3