Lines Matching refs:strKey
1138 strKey = '';
1141 strKey = aElems[0];
1145 % (i, strKey, strValue, len(aElems)));
1147 curGuestSession.environmentSet(strKey, strValue); # No return (e.g. boolean) value available thru wrapper.
1159 reporter.log2('Getting key="%s" ...' % (strKey,));
1161 strValue2 = curGuestSession.environmentGet(strKey);
1162 if strKey.isalnum() \
1165 % (i, strValue2, strValue, strKey));
1169 reporter.log2('Got key "%s=%s"' % (strKey, strValue2));
1174 % (i, strValue2, strValue, strKey));
1178 if strKey == "" \
1179 or not strKey.isalnum():
1180 reporter.log('Test #%d: API reported an error (invalid key "%s"), good' % (i, strKey));