*/
@BeforeClass
public static void setup() throws TTransportException, IOException, InterruptedException, ConfigurationException {
System.setProperty("passwd.properties", TMP + "/passwd.properties");
System.setProperty("access.properties", TMP + "/access.properties");
embedded = new EmbeddedServerHelper("/cassandra-auth.yaml");
embedded.setup();
// Setup deletes the TMP directory, so do this afterward
copy("/passwd.properties", TMP);
copy("/access.properties", TMP);
// Set up credentials to match those in passwd.properties (or not)