aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/modeling/javatoscachecker/APIs/data/standalone.yaml
diff options
context:
space:
mode:
authorSerban Jora <jora@research.att.com>2017-10-20 18:48:35 -0400
committerSerban Jora <jora@research.att.com>2017-10-20 18:48:35 -0400
commitf3a8006ea0f532760a7e62550c243a2d3856b40d (patch)
treeb7bbe86e056bffb817aa6784be7f706c9cef5b80 /test/csit/tests/modeling/javatoscachecker/APIs/data/standalone.yaml
parent21404d790afd758160f0562859bf186821d55c70 (diff)
Add robot script and related data
Change-Id: I45153d7cbc137ed9f5359b132fa8c2b60f4e1e01 Issue-Id: MODELING-26 Signed-off-by: Serban Jora <jora@research.att.com>
Diffstat (limited to 'test/csit/tests/modeling/javatoscachecker/APIs/data/standalone.yaml')
-rw-r--r--test/csit/tests/modeling/javatoscachecker/APIs/data/standalone.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/csit/tests/modeling/javatoscachecker/APIs/data/standalone.yaml b/test/csit/tests/modeling/javatoscachecker/APIs/data/standalone.yaml
new file mode 100644
index 000000000..26797aba3
--- /dev/null
+++ b/test/csit/tests/modeling/javatoscachecker/APIs/data/standalone.yaml
@@ -0,0 +1,21 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+topology_template:
+ node_templates:
+ my_server:
+ type: tosca.nodes.Compute
+ capabilities:
+ # Host container properties
+ host:
+ properties:
+ num_cpus: 1
+ disk_size: 10 GB
+ mem_size: 4096 MB
+ # Guest Operating System properties
+ os:
+ properties:
+ # host Operating System image properties
+ architecture: x86_64
+ type: linux
+ distribution: rhel
+ version: 6.5