Remove temporary file 10_basic.yml~
This commit is contained in:
parent
b32e999960
commit
d9cc6b9270
|
@ -1,18 +0,0 @@
|
||||||
# Integration tests for repository-gcs
|
|
||||||
#
|
|
||||||
"Plugin repository-gcs is loaded":
|
|
||||||
- do:
|
|
||||||
cluster.state: {}
|
|
||||||
|
|
||||||
# Get master node id
|
|
||||||
- set: { master_node: master }
|
|
||||||
|
|
||||||
- do:
|
|
||||||
nodes.info: {}
|
|
||||||
|
|
||||||
- match: { nodes.$master.plugins.0.name: repository-gcs }
|
|
||||||
--
|
|
||||||
"Snapshot/Restore with repository-gcs":
|
|
||||||
- do:
|
|
||||||
create.index:
|
|
||||||
|
|
Loading…
Reference in New Issue