summaryrefslogtreecommitdiff
path: root/tests/examplefiles/roboconf.instances
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/roboconf.instances')
-rw-r--r--tests/examplefiles/roboconf.instances24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/examplefiles/roboconf.instances b/tests/examplefiles/roboconf.instances
deleted file mode 100644
index c69a2ab0..00000000
--- a/tests/examplefiles/roboconf.instances
+++ /dev/null
@@ -1,24 +0,0 @@
-
-# Deal with imports
-import others.instances;
-
-instance of VM {
- name: VM-mysql;
- instance of mysql {
- name: MySQL;
- }
-}
-
-instance of VM {
- name: VM ;
- count: 5;
-
- INSTANCE of tomcat {
- name: Tomcat;
-
- instance of my-war-1 {
- name: my-war-1;
- full-path: apps/my-war;
- }
- }
-}