Home
last modified time | relevance | path

Searched refs:PubSubException (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/
Dpubsub_utils.py28 class PubSubException(Exception): class
45 raise PubSubException('You need to specify a credential file.')
53 raise PubSubException('Credential file does not exist:' +
65 raise PubSubException('Credential file %s does not exists:' %
74 raise PubSubException('Failed to get pubsub resource object')
106 raise PubSubException('Failed to publish the notification')
Dpubsub_utils_unittest.py81 with self.assertRaises(pubsub_utils.PubSubException):
90 with self.assertRaises(pubsub_utils.PubSubException):
103 with self.assertRaises(pubsub_utils.PubSubException):
124 with self.assertRaises(pubsub_utils.PubSubException):