ABCDEFGHIJKLMNOPQRSTUVWXY
1
2
TO HELP GET STARTED WITH 1.6 COMMUNITY TESTING
3
4
- HANGOUT URL meet.google.com/ufj-ufgu-hfi
5
- PLEASE TEST THIS RELEASE https://github.com/istio/istio/releases/tag/1.5.0-beta.2 (Sign-up sheet [Day 1]) - February 18
6
https://github.com/istio/istio/releases/tag/1.5.0-beta.3 (Sign-up sheet [Day 2]) - February 25
7
https://github.com/istio/istio/releases/tag/1.5.0-beta.4 (Sign-up sheet [Day 3]) - February 28
8
https://github.com/istio/istio/releases/tag/1.5.0-beta.5 (Sign-up sheet [Day 4]) - March 2
9
- DOWNLOAD THE RELEASE curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.5.0-beta.5 sh -
10
- PRE-RELEASE 1.6 ISTIO DOCUMENTATION https://preliminary.istio.io
11
- TUTORIAL ON WRITING AUTOMATED ISTIO.IO TESTS https://www.youtube.com/watch?v=3y-z8NaVwr0&feature=youtu.be
12
https://github.com/istio/istio.io/tree/master/tests (Example tests and the documentation to write automated test cases based on the istio.io test framework)
13
https://github.com/istio/istio.io/tree/master/pkg/test/istioio (istio.io test framework)
14
- SIGN UP FOR TESTING Add your github id to a new column in the sign-up sheet
15
Mark 'X' against any test case you want to test
16
After completion, if there are no issues, replace 'X' with 'DONE
17
After completion, if there are issues, create a github issue and replace 'X' with the link to the bug(s)
18
- CREATING GITHUB ISSUES OPEN BUGS @: https://github.com/istio/istio.io/issues/ [FOR DOC BUGS]
19
https://github.com/istio/istio/issues/ [FOR FEATURE BUGS]
20
When creating a bug/issue, add the label `Community/Testing days` (This will help us triage issues in our recurring scrubs)
21
Leave priority uncategorized
22
- VALUES FOR AUTOMATED COLUMN:
23
FALSE (Not reviewed)
24
TRUE (Automated)
25
N/A (No snippets on page to automate)
26
CLAIMED (Link to bug/PR in github created for the test)
27
DONE (If automated test created and merged)
28
BLOCKED (Why it can't be automated (need x supported))
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100