Update tests, improved UDP performance.
[m6w6/libmemcached] / libtest / framework.h
index 69941b1bc8faaf1e62aaf054406b45678b30681d..c5ca7a1bf7da945f2ccfcc634de785e309c958c0 100644 (file)
@@ -143,6 +143,16 @@ public:
   {
     _servers.set_socket();
   }
+
+  void set_sasl(const std::string& username_arg, const std::string& password_arg)
+  {
+    _servers.set_sasl(username_arg, password_arg);
+  }
+
+  libtest::server_startup_st& servers()
+  {
+    return _servers;
+  }
   
   /**
     Runner represents the callers for the tests. If not implemented we will use