File: 162

package info (click to toggle)
pcp 7.1.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 252,748 kB
  • sloc: ansic: 1,483,656; sh: 182,366; xml: 160,462; cpp: 83,813; python: 24,980; perl: 18,327; yacc: 6,877; lex: 2,864; makefile: 2,738; awk: 165; fortran: 60; java: 52
file content (31 lines) | stat: -rwxr-xr-x 801 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#! /bin/sh
#
# RETIRED 22 Nov 2017
#
# PCP QA Test No. 162
# namespace only Install/Remove for pmdas
#
# this is less important for PCP 2.0 than it was for PCP 1.x, but we
# need to make sure the functionality still works, e.g. upgrade a
# collector to PCP 2.0, but want to monitor from a PCP 1.x system
#
# Note: expect some "Cannot create" errors from the installation
#	of the pmchart view(s) ... we do not run Install/Remove as root
#	in this test
#
# See also 600.  This version is for the PMDAs in pcp_opensrc.
#
# Copyright (c) 1995-2002 Silicon Graphics, Inc.  All Rights Reserved.
#

# test really-retired by kenj on 13 Sep 2025
#
# to see the original test
# 	$ git diff 5ce07ea86 -- 162

seq=`basename $0`
. ./common.product
. ./common.filter
. ./common.check

_notrun 'retired and culled'