Refactor node e2e tests

- Add Makefile targets
- Start services in the test harness and connect locally
- Build test into binary and copy to remote host to start services
- Use tar to copy binaries to remote hosts to simplify design
This commit is contained in:
Phillip Wittrock
2016-02-22 10:52:20 -08:00
parent 423215fdc6
commit a3623c0c14
13 changed files with 623 additions and 370 deletions

View File

@@ -14,4 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// e2e_node contains e2e tests specific to the node
// TODO: rename this package e2e-node
package e2e_node