From f2f2adc663dd5ca4ae95328319e62f35ddc1b1c0 Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Mon, 2 Feb 2015 21:02:10 -0800 Subject: [PATCH] migrate/functional: always run tests on CoreOS image --- migrate/functional/README.md | 2 +- migrate/functional/member.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/migrate/functional/README.md b/migrate/functional/README.md index 421fc3cff..1b0c5b013 100644 --- a/migrate/functional/README.md +++ b/migrate/functional/README.md @@ -7,7 +7,7 @@ This functional test suite deploys a etcd cluster using processes, and asserts e Dependencies ------------ -The test suite can only be run in linux system. It's recommended to run this in a virtual machine environment on CoreOS (e.g. using coreos-vagrant). The only dependency for the tests not provided on the CoreOS image is go. +The test suite can only be run in CoreOS system. It's recommended to run this in a virtual machine environment on CoreOS (e.g. using coreos-vagrant). The only dependency for the tests not provided on the CoreOS image is go. Usage ----- diff --git a/migrate/functional/member.go b/migrate/functional/member.go index 0b9545514..28dc6385d 100644 --- a/migrate/functional/member.go +++ b/migrate/functional/member.go @@ -54,7 +54,6 @@ func NewProcWithDefaultFlags(path string) *Proc { } // always expect to use start_desired_verson mode p.Env = append(p.Env, - "ETCD_ALLOW_LEGACY_MODE=true", "ETCD_BINARY_DIR="+binDir, ) return p