--- "Basic test for upgrade indices": - do: indices.create: index: test_index - do: cluster.health: wait_for_status: yellow - do: indices.upgrade: index: test_index - match: {upgraded_indices.test_index: '/(\d\.)+\d/'}