Graph: Moved the index creation to a `setup` section in the REST test

Closes elastic/elasticsearch#2679

Original commit: elastic/x-pack-elasticsearch@51a4a5e530
This commit is contained in:
Karel Minarik 2016-07-11 14:43:37 +02:00
parent 0b3c97c083
commit dc6e78a62c
1 changed files with 16 additions and 14 deletions

View File

@ -1,19 +1,21 @@
--- ---
"Test basic graph explore": setup:
- do: - do:
indices.create: indices.create:
index: test_1 index: test_1
body: body:
settings: settings:
index: index:
number_of_replicas: 0
number_of_shards: 1 number_of_shards: 1
number_of_replicas: 0
mappings: mappings:
test: test:
properties: properties:
keys: keys:
type : "integer" type : integer
---
"Test basic graph explore":
- do: - do:
index: index:
index: test_1 index: test_1