Use second as cookie expires unit

This commit is contained in:
liuwei 2018-11-02 18:13:54 +08:00
parent 3477df4c12
commit f48e0162a3
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ GOHOSTOS ?= $(shell go env GOHOSTOS)
# e2e settings # e2e settings
# Allow limiting the scope of the e2e tests. By default run everything # Allow limiting the scope of the e2e tests. By default run everything
FOCUS ?= .* FOCUS ?= Annotations\\s-\\sAffinity/Sticky\\sSessions
# number of parallel test # number of parallel test
E2E_NODES ?= 4 E2E_NODES ?= 4
# slow test only if takes > 40s # slow test only if takes > 40s

View file

@ -29,6 +29,7 @@ import (
"k8s.io/api/extensions/v1beta1" "k8s.io/api/extensions/v1beta1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr" "k8s.io/apimachinery/pkg/util/intstr"
"k8s.io/ingress-nginx/test/e2e/framework" "k8s.io/ingress-nginx/test/e2e/framework"
) )