summaryrefslogtreecommitdiffstats
path: root/doc/developer-guide/Using-Gluster-Test-Framework.md
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2015-11-10 16:20:27 +0530
committerKaleb KEITHLEY <kkeithle@redhat.com>2015-11-10 06:09:04 -0800
commit0c1cd89b03aa3945d8472ca86a10d05d2a8d8028 (patch)
tree2fe484f384eb71765034acdb2972d8f0ffab142d /doc/developer-guide/Using-Gluster-Test-Framework.md
parentc0522295f42c57565610d186da1400730b6a68d1 (diff)
build: Remove systemtap references from source
We don't actually support systemtap. And so it is confusing to have --enable-systemtap configure option in configure.ac. This patch removes the systemtap option and corresponding references from other files which include INSTALL, spec.in, docs etc. Change-Id: I719c22ca36f41a2faca156f8e41daea44e64b65e BUG: 1198849 Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-on: http://review.gluster.org/12565 Reviewed-by: Niels de Vos <ndevos@redhat.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'doc/developer-guide/Using-Gluster-Test-Framework.md')
-rw-r--r--doc/developer-guide/Using-Gluster-Test-Framework.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/developer-guide/Using-Gluster-Test-Framework.md b/doc/developer-guide/Using-Gluster-Test-Framework.md
index 5256e973fbc..96fa9247e84 100644
--- a/doc/developer-guide/Using-Gluster-Test-Framework.md
+++ b/doc/developer-guide/Using-Gluster-Test-Framework.md
@@ -33,7 +33,7 @@ acl lvm2 rpm
libaio-dev libibverbs-dev librdmacm-dev libtool libxml2-dev
libxml2-utils liblvm2-dev make libssl-dev pkg-config libpython-dev
python-eventlet python-netifaces python-simplejson python-pyxattr
-libreadline-dev systemtap-sdt-dev tar
+libreadline-dev tar
​4) Install cmockery2 from github (https://github.com/lpabon/cmockery2)
and compile and make install as in Readme
@@ -70,7 +70,7 @@ Preparation steps for CentOS 7 (only)
 librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \
 python-devel python-eventlet python-netifaces python-paste-deploy \
 python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \
-  systemtap-sdt-devel tar
+  tar
​3. Create the mock user
@@ -91,7 +91,7 @@ Preparation steps for CentOS 6.3+ (only)
  librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \
  python-devel python-eventlet python-netifaces python-paste-deploy \
  python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \
-   systemtap-sdt-devel tar
+   tar
​3. Create the mock user
@@ -118,7 +118,7 @@ framework.
  librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \
  python-devel python-eventlet python-netifaces python-paste-deploy \
  python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \
-   systemtap-sdt-devel tar
+   tar
​4. Create the mock user
@@ -137,7 +137,7 @@ Preparation steps for Fedora 16-19 (only)
  librdmacm-devel libtool libxml2-devel lvm2-devel make openssl-devel pkgconfig \
  python-devel python-eventlet python-netifaces python-paste-deploy \
  python-simplejson python-sphinx python-webob pyxattr readline-devel rpm-build \
-   systemtap-sdt-devel tar
+   tar
​3. Create the mock user
@@ -267,4 +267,4 @@ bugs subdirectory:
### EXPECT\_KEYWORD
-- Defined in include.rc, but seems to be unused? \ No newline at end of file
+- Defined in include.rc, but seems to be unused?