1*cfb92d14SAndroid Build Coastguard Workerdigraph G { 2*cfb92d14SAndroid Build Coastguard Worker subgraph cluster_os { 3*cfb92d14SAndroid Build Coastguard Worker style=filled; 4*cfb92d14SAndroid Build Coastguard Worker color=grey; 5*cfb92d14SAndroid Build Coastguard Worker label="Windows"; 6*cfb92d14SAndroid Build Coastguard Worker 7*cfb92d14SAndroid Build Coastguard Worker subgraph cluster_python { 8*cfb92d14SAndroid Build Coastguard Worker label="Automation Tool/Python"; 9*cfb92d14SAndroid Build Coastguard Worker color=lightgrey; 10*cfb92d14SAndroid Build Coastguard Worker HarnessCase -> HarnessController; 11*cfb92d14SAndroid Build Coastguard Worker HarnessCase -> OpenThreadController; 12*cfb92d14SAndroid Build Coastguard Worker } 13*cfb92d14SAndroid Build Coastguard Worker 14*cfb92d14SAndroid Build Coastguard Worker HarnessCase -> Chrome [label="selenium"]; 15*cfb92d14SAndroid Build Coastguard Worker HarnessController -> "Thread Harness"; 16*cfb92d14SAndroid Build Coastguard Worker } 17*cfb92d14SAndroid Build Coastguard Worker OpenThreadController -> DUT [label="serial port"]; 18*cfb92d14SAndroid Build Coastguard Worker} 19