Skip to content

Commit c0c585a

Browse files
committed
Move integration and e2e tests for epp into epp-specific directories
1 parent 5b82374 commit c0c585a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.

Diff for: test/e2e/e2e_suite_test.go renamed to test/e2e/epp/e2e_suite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package e2e
17+
package epp
1818

1919
import (
2020
"context"

Diff for: test/e2e/e2e_test.go renamed to test/e2e/epp/e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package e2e
17+
package epp
1818

1919
import (
2020
"fmt"

Diff for: test/integration/hermetic_test.go renamed to test/integration/epp/hermetic_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
// Package test contains e2e tests for the ext proc while faking the backend pods.
18-
package integration
17+
// Package epp contains integration tests for the ext proc while faking the backend pods.
18+
package epp
1919

2020
import (
2121
"bufio"

0 commit comments

Comments
 (0)