1*cc02d7e2SAndroid Build Coastguard Worker# Python Google Cloud Functions Distribtest 2*cc02d7e2SAndroid Build Coastguard Worker 3*cc02d7e2SAndroid Build Coastguard WorkerThis distribtest acts as a smoke test for usage of the `grpcio` Python wheel in 4*cc02d7e2SAndroid Build Coastguard Workerthe GCF environment. This test is dependent on two long-lived GCP resources: 5*cc02d7e2SAndroid Build Coastguard Worker 6*cc02d7e2SAndroid Build Coastguard Worker- `gcf-distribtest-topic` Pub Sub Topic with default configuration. 7*cc02d7e2SAndroid Build Coastguard Worker- `grpc-gcf-distribtest` GCS Bucket. This bucket has 1 day TTL on all artifacts. 8*cc02d7e2SAndroid Build Coastguard Worker 9*cc02d7e2SAndroid Build Coastguard Worker 10*cc02d7e2SAndroid Build Coastguard WorkerAll Functions _should_ be deleted by the test under normal circumstances. In 11*cc02d7e2SAndroid Build Coastguard Workercase anything goes wrong with this process, a `cleanup.sh` script is provided to 12*cc02d7e2SAndroid Build Coastguard Workerdelete any dangling test functions. 13