File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33## How to add a new test subject in 8 easy steps
44
5- This is a how-to guide for adding your own subject if you so desire. This will probably be the quickest way ,
5+ This is a how-to guide for adding your own subject if you so desire. This way will probably be quickest,
66but we are of course happy to help.
77
88### for SCS-compatible IaaS
@@ -13,6 +13,11 @@ to be used for purposes other than compliance testing (such as the
1313[ SCS Health Monitor] ( https://github.com/SovereignCloudStack/scs-health-monitor ) ).
1414
15151 . Create an application credential. It must be possible to create resources such as servers, routers, etc.
16+
17+ In the next steps, we are going to create a pull request that is very similar to real-life example that
18+ [ adds the test subject ` scaleup-occ2 ` ] ( https://github.com/SovereignCloudStack/standards/pull/797 ) .
19+ (However, note that this example also adds an optional GitHub workflow, which we won't do here.)
20+
16212 . Create a new branch in [ the standards repository] ( https://github.com/SovereignCloudStack/standards ) :
1722
1823 - ` git clone [email protected] :SovereignCloudStack/standards.git ` @@ -135,5 +140,5 @@ to be used for purposes other than compliance testing (such as the
135140
136141 ``` shell
137142 git commit -asm " Add SUBJECT_NAME"
138- git push
143+ git push # the output of this command will show you the URL for creating the pull request
139144 ```
You can’t perform that action at this time.
0 commit comments