client/test/e2e
Navid Shaikh 6ab9980e16 chore(e2e): Namespace specific k8s resources for tests (#597)
* chore(e2e): Namespace specific k8s resources for tests

 Completes #576
 - For ApiServer source: ClusteRole and ClusterRoleBinding name(s)
   are now test-namespace specific. They are cleared in test's tearDown method.
 - Use constant prefix as:
  clusterRolePrefix        = "apiserver-role-"
  clusterRoleBindingPrefix = "apiserver-binding-"
 - Use constant ServiceAccountName as:
  testServiceAccount = "apiserver-sa"
 - Rename methods and cleanup.

* Use correct format specifier for error as %v instead of %s
2020-01-10 06:50:56 -08:00
..
basic_workflow_test.go Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
common.go adds e2e tests for plugins (#591) 2020-01-09 01:25:54 -08:00
cronjob_test.go Add E2E tests for CronJob source (#599) 2020-01-07 02:49:51 -08:00
e2e.go Adds a Golang version of e2e Basic workflow that can execute locally (#121) 2019-06-11 19:49:43 -07:00
e2e_flags.go remove unused test flag (#540) 2019-12-08 23:16:44 -08:00
env.go feature(service): Implements traffic splitting and tagging targets (#345) 2019-08-15 10:56:08 -07:00
kn.go Adds a Golang version of e2e Basic workflow that can execute locally (#121) 2019-06-11 19:49:43 -07:00
kubectl.go Adds a Golang version of e2e Basic workflow that can execute locally (#121) 2019-06-11 19:49:43 -07:00
plugins_test.go adds e2e tests for plugins (#591) 2020-01-09 01:25:54 -08:00
revision_test.go Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
route_test.go Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
service_options_test.go Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
service_test.go Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
source_apiserver_test.go chore(e2e): Namespace specific k8s resources for tests (#597) 2020-01-10 06:50:56 -08:00
source_list_types_test.go Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
tekton_test.go chore(e2e): Update tektoncd pipeline release to v0.9.2 (#594) 2020-01-10 03:42:56 -08:00
traffic_split_test.go Selectively run e2e tests for serving, eventing (#547) 2019-12-11 03:58:48 -08:00
version_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00