Skip to content

Commit 9e6243d

Browse files
committed
add author, implment PR comment
1 parent f50728c commit 9e6243d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

content/06.quality_criteria.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ an API specification.
5050
* **[SvcQC.Api01.2]** The use of OAS **SHOULD** narrow down the applicable set of test cases to
5151
the features described in the specification, avoiding unnecessary assertions.
5252

53-
<!--
54-
* [Future Link to the SW baseline] OAS fosters test-driven development (TDD)
55-
as the de-facto scenario for API development: i) writing the specification,
56-
ii) writing tests, and iii) implementing the API endpoints
57-
-->
58-
5953
* **[SvcQC.Api02]** API testing **MUST** include the assessment of the security-related criteria
6054
outlined in [SvcQC.Sec](#security) section.
6155

@@ -133,7 +127,7 @@ Elasticity is based on how quickly **Services** in an infrastructure are able to
133127
the behavioral limits under sudden increased load.
134128

135129
* **[SvcQC.Per03]** Scalability testing **MAY** be carried out to check the **Service** ability to
136-
scale up _and/or_ scale out when its load reaches the limits.
130+
scale up or scale down when its load reaches the limits.
137131

138132
* **[SvcQC.Per04]** Elasticity testing **MAY** be carried out to check the **Service** ability to
139133
scale out or scale in, depending on its demand or workload.

content/metadata.yaml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,29 @@ authors:
2323
github: mariojmdavid
2424
orcid: 0000-0003-1802-5356
2525
26-
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
26+
affiliation:
27+
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
2728
-
2829
name: Jorge Gomes
2930
github: jorge-lip
3031
orcid: 0000-0002-9142-2596
3132
32-
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
33+
affiliation:
34+
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
3335
-
3436
name: Joao Pina
3537
github: jopina
3638
orcid: 0000-0001-8959-5044
3739
38-
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
40+
affiliation:
41+
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
3942
-
4043
name: Samuel Bernardo
4144
github: samuelbernardolip
4245
orcid: 0000-0002-6175-4012
4346
44-
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
47+
affiliation:
48+
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
4549
-
4650
name: Isabel Campos
4751
github: isabel-campos-plasencia
@@ -64,3 +68,10 @@ authors:
6468
6569
affiliations:
6670
- Universitat Politècnica de València (UPV)
71+
-
72+
name: Vyacheslav Tykhonov
73+
github: 4tikhonov
74+
orcid: 0000-0001-9447-9830
75+
76+
affiliation:
77+
- DANS-KNAW

0 commit comments

Comments
 (0)