+++ /dev/null
-#/bin/sh
-
-yum -y install wget
-
-wget -P /etc/yum.repos.d/ http://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
-
-rpmkeys --import http://packages.efficios.com/rhel/repo.key
-
-yum updateinfo
+++ /dev/null
-#!/bin/sh
-
-systemctl enable lttng-relayd
-
-systemctl start lttng-relayd
+++ /dev/null
-#!/bin/sh
-
-systemctl enable lttng-sessiond
-
-systemctl start lttng-sessiond
+++ /dev/null
-#!/bin/sh
-
-yum install -y kmod-lttng-modules lttng-tools babeltrace
-
+++ /dev/null
-#!/bin/sh
-
-lttng create
-lttng enable-event -a -k
-lttng start
-sleep 1
-lttng stop
-
-count=$(lttng view | wc -l)
-if [ $count -lt "100" ]; then
- false
-fi
-
-
--- /dev/null
+#/bin/sh
+
+yum -y install wget
+
+wget -P /etc/yum.repos.d/ http://packages.efficios.com/repo.files/EfficiOS-RHEL7-x86-64.repo
+
+rpmkeys --import http://packages.efficios.com/rhel/repo.key
+
+yum updateinfo
--- /dev/null
+#!/bin/sh
+
+yum install -y kmod-lttng-modules lttng-tools babeltrace
+
--- /dev/null
+#/bin/sh
+
+zypper --non-interactive addrepo http://packages.efficios.com/repo.files/EfficiOS-SLE12-x86-64.repo
+
+rpmkeys --import http://packages.efficios.com/sle/repo.key
+
+zypper --non-interactive refresh
--- /dev/null
+#!/bin/sh
+
+zypper --non-interactive install lttng-tools babeltrace
+
--- /dev/null
+#!/bin/sh
+
+systemctl enable lttng-relayd
+
+systemctl start lttng-relayd
--- /dev/null
+#!/bin/sh
+
+systemctl enable lttng-sessiond
+
+systemctl start lttng-sessiond
--- /dev/null
+#!/bin/sh
+
+lttng create
+lttng enable-event -a -k
+lttng start
+sleep 1
+lttng stop
+
+count=$(lttng view | wc -l)
+if [ $count -lt "100" ]; then
+ false
+fi
+
+
+++ /dev/null
-true
-true