tests: skip vos tests when a vlserver is already running
[openafs.git] / tests / common / common.h
index cf19692..061f707 100644 (file)
@@ -54,3 +54,8 @@ extern int afstest_GetUbikClient(struct afsconf_dir *dir, char *service,
 /* network.c */
 extern int afstest_IsLoopbackNetworkDefault(void);
 extern int afstest_SkipTestsIfLoopbackNetIsDefault(void);
+extern void afstest_SkipTestsIfBadHostname(void);
+extern void afstest_SkipTestsIfServerRunning(char *name);
+
+/* misc.c */
+extern char *afstest_GetProgname(char **argv);