summaryrefslogtreecommitdiffstats
path: root/s3p/templates/numberOfPages/Definitions/annotations.yml
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2018-11-07 16:39:31 +0800
committerLianhao Lu <lianhao.lu@intel.com>2018-11-09 08:52:35 +0800
commitde0e18b974cb40cbbfac1accdc7d4b460ccd4186 (patch)
treec7609fcf1a94013f3b1535e79f173d66a916cc64 /s3p/templates/numberOfPages/Definitions/annotations.yml
parent3bd15a55aeb69c1caad1a1f32175cb3b7797733a (diff)
Added JMeter scripts for stability test
Added the scripts and JMeter scenario for stability test Change-Id: If495321e54e56d688cfadd53894a0361f283079d Issue-ID: POLICY-837 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 's3p/templates/numberOfPages/Definitions/annotations.yml')
-rw-r--r--s3p/templates/numberOfPages/Definitions/annotations.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/s3p/templates/numberOfPages/Definitions/annotations.yml b/s3p/templates/numberOfPages/Definitions/annotations.yml
new file mode 100644
index 00000000..2f146061
--- /dev/null
+++ b/s3p/templates/numberOfPages/Definitions/annotations.yml
@@ -0,0 +1,30 @@
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+tosca_definitions_version: tosca_simple_yaml_1_1
+imports:
+- data.yml
+annotation_types:
+ org.openecomp.annotations.Source:
+ description: Indicates the origin source of an input
+ properties:
+ source_type:
+ type: string
+ vf_module_label:
+ type: list
+ description: List of VF Modules this input was originated from
+ entry_schema:
+ type: string
+ param_name:
+ type: string
+ description: Source parameter name
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275