@@ -26,84 +26,84 @@ lint:
26
26
.PHONY : lint
27
27
28
28
unit :
29
- go test ./...
29
+ go test -shuffle on ./...
30
30
.PHONY : unit
31
31
32
32
coverage :
33
- go test -covermode count -coverprofile cover.out -coverpkg=./... ./...
33
+ go test -shuffle on - covermode count -coverprofile cover.out -coverpkg=./... ./...
34
34
.PHONY : coverage
35
35
36
36
acceptance : acceptance-baremetal acceptance-blockstorage acceptance-compute acceptance-container acceptance-containerinfra acceptance-db acceptance-dns acceptance-identity acceptance-imageservice acceptance-keymanager acceptance-loadbalancer acceptance-messaging acceptance-networking acceptance-objectstorage acceptance-orchestration acceptance-placement acceptance-sharedfilesystems acceptance-workflow
37
37
.PHONY : acceptance
38
38
39
39
acceptance-baremetal :
40
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/baremetal/...
40
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/baremetal/...
41
41
.PHONY : acceptance-baremetal
42
42
43
43
acceptance-blockstorage :
44
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/blockstorage/...
44
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/blockstorage/...
45
45
.PHONY : acceptance-blockstorage
46
46
47
47
acceptance-compute :
48
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/compute/...
48
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/compute/...
49
49
.PHONY : acceptance-compute
50
50
51
51
acceptance-container :
52
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/container/...
52
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/container/...
53
53
.PHONY : acceptance-container
54
54
55
55
acceptance-containerinfra :
56
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/containerinfra/...
56
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/containerinfra/...
57
57
.PHONY : acceptance-containerinfra
58
58
59
59
acceptance-db :
60
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/db/...
60
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/db/...
61
61
.PHONY : acceptance-db
62
62
63
63
acceptance-dns :
64
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/dns/...
64
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/dns/...
65
65
.PHONY : acceptance-dns
66
66
67
67
acceptance-identity :
68
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/identity/...
68
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/identity/...
69
69
.PHONY : acceptance-identity
70
70
71
71
acceptance-image :
72
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/imageservice/...
72
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/imageservice/...
73
73
.PHONY : acceptance-image
74
74
75
75
acceptance-keymanager :
76
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/keymanager/...
76
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/keymanager/...
77
77
.PHONY : acceptance-keymanager
78
78
79
79
acceptance-loadbalancer :
80
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/loadbalancer/...
80
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/loadbalancer/...
81
81
.PHONY : acceptance-loadbalancer
82
82
83
83
acceptance-messaging :
84
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/messaging/...
84
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/messaging/...
85
85
.PHONY : acceptance-messaging
86
86
87
87
acceptance-networking :
88
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/networking/...
88
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/networking/...
89
89
.PHONY : acceptance-networking
90
90
91
91
acceptance-objectstorage :
92
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/objectstorage/...
92
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/objectstorage/...
93
93
.PHONY : acceptance-objectstorage
94
94
95
95
acceptance-orchestration :
96
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/orchestration/...
96
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/orchestration/...
97
97
.PHONY : acceptance-orchestration
98
98
99
99
acceptance-placement :
100
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/placement/...
100
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/placement/...
101
101
.PHONY : acceptance-placement
102
102
103
103
acceptance-sharedfilesystems :
104
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/sharedfilesystems/...
104
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/sharedfilesystems/...
105
105
.PHONY : acceptance-sharefilesystems
106
106
107
107
acceptance-workflow :
108
- go test -tags " fixtures acceptance" ./internal/acceptance/openstack/workflow/...
108
+ go test -shuffle on - tags " fixtures acceptance" ./internal/acceptance/openstack/workflow/...
109
109
.PHONY : acceptance-workflow
0 commit comments