From: Ian Jackson Date: Wed, 21 Oct 2020 14:41:33 +0000 (+0100) Subject: PDU/MSW: Warn that SNMP status is often not immediately updated X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f624d24bf75de0c9dec3248b192ccf410472be75;p=osstest.git PDU/MSW: Warn that SNMP status is often not immediately updated If you don't know this, it's very confusing. Signed-off-by: Ian Jackson --- diff --git a/pdu-msw b/pdu-msw index d269156..04b03a2 100755 --- a/pdu-msw +++ b/pdu-msw @@ -133,4 +133,5 @@ if (!defined $action) { print "was: "; show(); set(); print "now: "; show(); + print "^ note, PDUs often do not update returned info immediately\n"; }