From c2cf3beda0c137e80f9953f2a45780df7f26bdc2 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Thu, 16 Feb 2017 18:41:22 -0800 Subject: [PATCH] Move pvutil.go into framework/ folder. This is the first step in a two step change. First is to move the file. The second step is to change the package and callers. It needs to be two steps in order to correctly transfer commit history. --- test/e2e/{pvutil.go => framework/pv_util.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/e2e/{pvutil.go => framework/pv_util.go} (100%) diff --git a/test/e2e/pvutil.go b/test/e2e/framework/pv_util.go similarity index 100% rename from test/e2e/pvutil.go rename to test/e2e/framework/pv_util.go