#!/usr/bin/env python

# Send message to RunPlayback.py server to start a full regression test

import multiprocessing.connection as mp_con

msg_addr = ('localhost',5001)
mp_con.Client(msg_addr).send(['start'])
mp_con.Client(msg_addr).send(['logSSDWearLevelingCount'])