I want to extract the testbed name from a file. This is the line where the name is present, How could I do it in Python?
Status: aaa (image='some_image_name' on testbed='test_bed_name' archiving)
I was thinking of splitting the string taking the index, but this line may not be the same in all my files. there might be some small changes.