From bd10a6bb7695eee6bf38191ed5bfcd2cd12610b7 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 22 Oct 2015 17:41:35 -0700 Subject: [PATCH] add new test fixture --- jobspec/test-fixtures/distinctHosts-constraint.hcl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jobspec/test-fixtures/distinctHosts-constraint.hcl diff --git a/jobspec/test-fixtures/distinctHosts-constraint.hcl b/jobspec/test-fixtures/distinctHosts-constraint.hcl new file mode 100644 index 000000000..7780c4b8c --- /dev/null +++ b/jobspec/test-fixtures/distinctHosts-constraint.hcl @@ -0,0 +1,5 @@ +job "foo" { + constraint { + distinctHosts = "true" + } +}