Skip to content

Commit 7735b7b

Browse files
committed
Update vnedor
1 parent 77e4152 commit 7735b7b

File tree

255 files changed

+33
-194791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+33
-194791
lines changed

Makefile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@ include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \
1111

1212
IMAGE_REGISTRY :=registry.svc.ci.openshift.org
1313

14-
# -------------------------------------------------------------------
15-
# OpenShift Tests Extension (Cluster Etcd Operator)
16-
# -------------------------------------------------------------------
17-
TESTS_EXT_BINARY := cluster-etcd-operator-tests-ext
18-
TESTS_EXT_DIR := ./cmd/cluster-etcd-operator-tests-ext
19-
TESTS_EXT_OUTPUT_DIR := ./cmd/cluster-etcd-operator-tests-ext
20-
14+
# Build packages including test extension
2115
GO_BUILD_PACKAGES :=./cmd/cluster-etcd-operator ./cmd/tnf-setup-runner ./cmd/cluster-etcd-operator-tests-ext
2216

17+
# Exclude e2e tests from unit testing (they should be run separately)
18+
GO_TEST_PACKAGES :=./pkg/... ./cmd/cluster-etcd-operator ./cmd/tnf-setup-runner
19+
2320
# This will call a macro called "build-image" which will generate image specific targets based on the parameters:
2421
# $0 - macro name
2522
# $1 - target name

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ make build
8383

8484
```bash
8585
# Run a specific test suite or test
86-
./cluster-etcd-operator-tests-ext run-suite SUITE=openshift/cluster-etcd-operator/all
86+
./cluster-etcd-operator-tests-ext run-suite openshift/cluster-etcd-operator/all
8787
./cluster-etcd-operator-tests-ext run-test "test-name"
8888

8989
# Run with JUnit output
90-
./cluster-etcd-operator-tests-ext run-suite SUITE=openshift/cluster-etcd-operator/all --junit-path=/tmp/junit-results/junit.xml
90+
./cluster-etcd-operator-tests-ext run-suite openshift/cluster-etcd-operator/all --junit-path=/tmp/junit-results/junit.xml
9191
./cluster-etcd-operator-tests-ext run-test "test-name" --junit-path=/tmp/junit-results/junit.xml
9292
```
9393

@@ -99,6 +99,9 @@ make build
9999

100100
# List tests in a suite
101101
./cluster-etcd-operator-tests-ext list tests --suite=openshift/cluster-etcd-operator/all
102+
103+
#for concurrency
104+
./cluster-etcd-operator-tests-ext run-suite openshift/cluster-etcd-operator/all -c 1
102105
```
103106

104107
For more information about the OTE framework, see the [openshift-tests-extension documentation](https://github.com/openshift-eng/openshift-tests-extension).

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ require (
99
github.com/ghodss/yaml v1.0.0
1010
github.com/google/go-cmp v0.7.0
1111
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
12-
github.com/onsi/ginkgo/v2 v2.21.0
13-
github.com/onsi/gomega v1.35.1
1412
github.com/openshift-eng/openshift-tests-extension v0.0.0-20251113163031-356b66aa5c24
1513
github.com/openshift/api v0.0.0-20250710004639-926605d3338b
1614
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee
@@ -71,7 +69,6 @@ require (
7169
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7270
github.com/go-openapi/jsonreference v0.20.2 // indirect
7371
github.com/go-openapi/swag v0.23.0 // indirect
74-
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
7572
github.com/gogo/protobuf v1.3.2 // indirect
7673
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
7774
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -156,6 +153,5 @@ require (
156153

157154
replace (
158155
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
159-
github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12
160156
vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
161157
)

go.sum

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+
8585
github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=
8686
github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ=
8787
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
88+
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
8889
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
8990
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
9091
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
@@ -197,6 +198,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW
197198
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
198199
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
199200
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
201+
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
202+
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
200203
github.com/onsi/gomega v1.35.1 h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=
201204
github.com/onsi/gomega v1.35.1/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
202205
github.com/openshift-eng/openshift-tests-extension v0.0.0-20251113163031-356b66aa5c24 h1:bwmjtFaipakIwAyZxnDLgtkLY1Nf1nK9lRCmADvHirE=
@@ -209,8 +212,6 @@ github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee h1:tOtrrxfDEW8
209212
github.com/openshift/client-go v0.0.0-20250710075018-396b36f983ee/go.mod h1:zhRiYyNMk89llof2qEuGPWPD+joQPhCRUc2IK0SB510=
210213
github.com/openshift/library-go v0.0.0-20250729191057-91376e1b394e h1:xYT+P++PSc9G+Y47pIcU9fm8IDV/tg6tMi3i+0m23pU=
211214
github.com/openshift/library-go v0.0.0-20250729191057-91376e1b394e/go.mod h1:tptKNust9MdRI0p90DoBSPHIrBa9oh+Rok59tF0vT8c=
212-
github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12 h1:AKx/w1qpS8We43bsRgf8Nll3CGlDHpr/WAXvuedTNZI=
213-
github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241205171354-8006f302fd12/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
214215
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
215216
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=
216217
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

test/OWNERS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
reviewers:
2+
- dusk125
3+
- ironcladlou
4+
- hasbro17
5+
- tjungblu
6+
- jubittajohn
7+
- wangke19
8+
- gangwgr
9+
- geliu2016
10+
- sandeepknd
11+
approvers:
12+
- deads2k
13+
- hasbro17
14+
- dusk125
15+
- tjungblu
16+
- wangke19
17+
- gangwgr
18+
- geliu2016
19+
- sandeepknd
20+
component: "Etcd"
21+

vendor/github.com/go-task/slim-sprig/v3/.editorconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/github.com/go-task/slim-sprig/v3/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/go-task/slim-sprig/v3/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)