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'
|