blob: 59c2cf5d7aa9e69d76a332fdbe13de15cac6c558 [file] [log] [blame]
plars865695b2001-08-27 22:15:12 +00001/*
2 * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of version 2 of the GNU General Public License as
6 * published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it would be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 *
12 * Further, this software is distributed without any warranty that it is
13 * free of the rightful claim of any third person regarding infringement
14 * or the like. Any license provided herein, whether implied or
15 * otherwise, applies only to this software file. Patent licenses, if
16 * any, provided herein do not apply to combinations of this program with
17 * other software, or any other product whatsoever.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with this program; if not, write the Free Software Foundation, Inc., 59
21 * Temple Place - Suite 330, Boston MA 02111-1307, USA.
22 *
23 * Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
24 * Mountain View, CA 94043, or:
25 *
26 * http://www.sgi.com
27 *
28 * For further information regarding this notice, see:
29 *
30 * http://oss.sgi.com/projects/GenInfo/NoticeExplan/
31 *
32 */
subrata_modak358c3ee2009-10-26 14:55:46 +000033/* $Id: gethostname01.c,v 1.6 2009/10/26 14:55:47 subrata_modak Exp $ */
plars865695b2001-08-27 22:15:12 +000034/**********************************************************
subrata_modak4bb656a2009-02-26 12:02:09 +000035 *
plars865695b2001-08-27 22:15:12 +000036 * OS Test - Silicon Graphics, Inc.
subrata_modak4bb656a2009-02-26 12:02:09 +000037 *
plars865695b2001-08-27 22:15:12 +000038 * TEST IDENTIFIER : gethostname01
subrata_modak4bb656a2009-02-26 12:02:09 +000039 *
plars865695b2001-08-27 22:15:12 +000040 * EXECUTED BY : anyone
subrata_modak4bb656a2009-02-26 12:02:09 +000041 *
plars865695b2001-08-27 22:15:12 +000042 * TEST TITLE : Basic test for gethostname(2)
subrata_modak4bb656a2009-02-26 12:02:09 +000043 *
plars865695b2001-08-27 22:15:12 +000044 * PARENT DOCUMENT : usctpl01
subrata_modak4bb656a2009-02-26 12:02:09 +000045 *
plars865695b2001-08-27 22:15:12 +000046 * TEST CASE TOTAL : 1
subrata_modak4bb656a2009-02-26 12:02:09 +000047 *
plars865695b2001-08-27 22:15:12 +000048 * WALL CLOCK TIME : 1
subrata_modak4bb656a2009-02-26 12:02:09 +000049 *
plars865695b2001-08-27 22:15:12 +000050 * CPU TYPES : ALL
subrata_modak4bb656a2009-02-26 12:02:09 +000051 *
plars865695b2001-08-27 22:15:12 +000052 * AUTHOR : William Roske
subrata_modak4bb656a2009-02-26 12:02:09 +000053 *
plars865695b2001-08-27 22:15:12 +000054 * CO-PILOT : Dave Fenner
subrata_modak4bb656a2009-02-26 12:02:09 +000055 *
plars865695b2001-08-27 22:15:12 +000056 * DATE STARTED : 03/30/92
subrata_modak4bb656a2009-02-26 12:02:09 +000057 *
plars865695b2001-08-27 22:15:12 +000058 * INITIAL RELEASE : UNICOS 7.0
subrata_modak4bb656a2009-02-26 12:02:09 +000059 *
plars865695b2001-08-27 22:15:12 +000060 * TEST CASES
subrata_modak4bb656a2009-02-26 12:02:09 +000061 *
plars865695b2001-08-27 22:15:12 +000062 * 1.) gethostname(2) returns...(See Description)
subrata_modakbdbaec52009-02-26 12:14:51 +000063 *
plars865695b2001-08-27 22:15:12 +000064 * INPUT SPECIFICATIONS
65 * The standard options for system call tests are accepted.
66 * (See the parse_opts(3) man page).
subrata_modak4bb656a2009-02-26 12:02:09 +000067 *
plars865695b2001-08-27 22:15:12 +000068 * DURATION
69 * Terminates - with frequency and infinite modes.
subrata_modak4bb656a2009-02-26 12:02:09 +000070 *
plars865695b2001-08-27 22:15:12 +000071 * SIGNALS
72 * Uses SIGUSR1 to pause before test if option set.
73 * (See the parse_opts(3) man page).
74 *
75 * RESOURCES
76 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000077 *
plars865695b2001-08-27 22:15:12 +000078 * ENVIRONMENTAL NEEDS
79 * No run-time environmental needs.
subrata_modak4bb656a2009-02-26 12:02:09 +000080 *
plars865695b2001-08-27 22:15:12 +000081 * SPECIAL PROCEDURAL REQUIREMENTS
82 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000083 *
plars865695b2001-08-27 22:15:12 +000084 * INTERCASE DEPENDENCIES
85 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000086 *
plars865695b2001-08-27 22:15:12 +000087 * DETAILED DESCRIPTION
88 * This is a Phase I test for the gethostname(2) system call. It is intended
89 * to provide a limited exposure of the system call, for now. It
90 * should/will be extended when full functional tests are written for
91 * gethostname(2).
subrata_modak4bb656a2009-02-26 12:02:09 +000092 *
plars865695b2001-08-27 22:15:12 +000093 * Setup:
94 * Setup signal handling.
95 * Pause for SIGUSR1 if option specified.
subrata_modak4bb656a2009-02-26 12:02:09 +000096 *
plars865695b2001-08-27 22:15:12 +000097 * Test:
98 * Loop if the proper options are given.
99 * Execute system call
100 * Check return code, if system call failed (return=-1)
101 * Log the errno and Issue a FAIL message.
102 * Otherwise, Issue a PASS message.
subrata_modak4bb656a2009-02-26 12:02:09 +0000103 *
plars865695b2001-08-27 22:15:12 +0000104 * Cleanup:
105 * Print errno log and/or timing stats if options given
subrata_modak4bb656a2009-02-26 12:02:09 +0000106 *
107 *
plars865695b2001-08-27 22:15:12 +0000108 *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#**/
109
110#include <errno.h>
111#include <string.h>
112#include <signal.h>
113
plars865695b2001-08-27 22:15:12 +0000114#include "test.h"
115#include "usctest.h"
116
vapieraa354722006-05-26 06:26:37 +0000117void setup();
118void cleanup();
plars865695b2001-08-27 22:15:12 +0000119
subrata_modak56207ce2009-03-23 13:35:39 +0000120char *TCID = "gethostname01"; /* Test program identifier. */
121int TST_TOTAL = 1; /* Total number of test cases. */
plars865695b2001-08-27 22:15:12 +0000122extern int Tst_count; /* Test Case counter for tst_* routines */
123
subrata_modak56207ce2009-03-23 13:35:39 +0000124int exp_enos[] = { 0 }; /* must be a 0 terminated list */
plars865695b2001-08-27 22:15:12 +0000125
subrata_modak56207ce2009-03-23 13:35:39 +0000126int main(int ac, char **av)
plars865695b2001-08-27 22:15:12 +0000127{
subrata_modak56207ce2009-03-23 13:35:39 +0000128 int lc; /* loop counter */
129 char *msg; /* message returned from parse_opts */
130
131 char hname[100]; /* host name */
plars865695b2001-08-27 22:15:12 +0000132
133 /***************************************************************
134 * parse standard options
135 ***************************************************************/
Garrett Coopere1f008e2010-12-14 00:21:59 -0800136 if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
subrata_modak56207ce2009-03-23 13:35:39 +0000137 tst_brkm(TBROK, cleanup, "OPTION PARSING ERROR - %s", msg);
plars865695b2001-08-27 22:15:12 +0000138
139 /***************************************************************
140 * perform global setup for test
141 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000142 setup();
plars865695b2001-08-27 22:15:12 +0000143
subrata_modak56207ce2009-03-23 13:35:39 +0000144 /* set the expected errnos... */
145 TEST_EXP_ENOS(exp_enos);
plars865695b2001-08-27 22:15:12 +0000146
147 /***************************************************************
148 * check looping state if -c option given
149 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000150 for (lc = 0; TEST_LOOPING(lc); lc++) {
plars865695b2001-08-27 22:15:12 +0000151
subrata_modak56207ce2009-03-23 13:35:39 +0000152 /* reset Tst_count in case we are looping. */
153 Tst_count = 0;
plars865695b2001-08-27 22:15:12 +0000154
subrata_modak56207ce2009-03-23 13:35:39 +0000155 /*
156 * TEST CASE:
157 * Get host name
158 */
159 ;
plars865695b2001-08-27 22:15:12 +0000160
subrata_modak56207ce2009-03-23 13:35:39 +0000161 /* Call gethostname(2) */
162 TEST(gethostname(hname, sizeof(hname)));
subrata_modakbdbaec52009-02-26 12:14:51 +0000163
subrata_modak56207ce2009-03-23 13:35:39 +0000164 /* check return code */
165 if (TEST_RETURN == -1) {
166 TEST_ERROR_LOG(TEST_ERRNO);
167 tst_resm(TFAIL,
168 "gethostname - Get host name failed, errno=%d : %s",
169 TEST_ERRNO, strerror(TEST_ERRNO));
170 continue; /* next loop for MTKERNEL */
171 }
plars865695b2001-08-27 22:15:12 +0000172
173 /***************************************************************
174 * only perform functional verification if flag set (-f not given)
175 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000176 if (STD_FUNCTIONAL_TEST) {
177 /* No Verification test, yet... */
178 tst_resm(TPASS,
subrata_modak358c3ee2009-10-26 14:55:46 +0000179 "gethostname - Get host name returned %ld",
subrata_modak56207ce2009-03-23 13:35:39 +0000180 TEST_RETURN);
181 }
182 } /* End for TEST_LOOPING */
plars865695b2001-08-27 22:15:12 +0000183
184 /***************************************************************
185 * cleanup and exit
186 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000187 cleanup();
plars865695b2001-08-27 22:15:12 +0000188
subrata_modak56207ce2009-03-23 13:35:39 +0000189 return 0;
190} /* End main */
plars865695b2001-08-27 22:15:12 +0000191
192/***************************************************************
193 * setup() - performs all ONE TIME setup for this test.
194 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000195void setup()
plars865695b2001-08-27 22:15:12 +0000196{
subrata_modak56207ce2009-03-23 13:35:39 +0000197 /* capture signals */
198 tst_sig(NOFORK, DEF_HANDLER, cleanup);
plars865695b2001-08-27 22:15:12 +0000199
subrata_modak56207ce2009-03-23 13:35:39 +0000200 /* Pause if that option was specified */
201 TEST_PAUSE;
202} /* End setup() */
plars865695b2001-08-27 22:15:12 +0000203
204/***************************************************************
205 * cleanup() - performs all ONE TIME cleanup for this test at
206 * completion or premature exit.
207 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000208void cleanup()
plars865695b2001-08-27 22:15:12 +0000209{
subrata_modak56207ce2009-03-23 13:35:39 +0000210 /*
211 * print timing stats if that option was specified.
212 * print errno log if that option was specified.
213 */
214 TEST_CLEANUP;
plars865695b2001-08-27 22:15:12 +0000215
subrata_modak56207ce2009-03-23 13:35:39 +0000216 /* exit with return code appropriate for results */
217 tst_exit();
218} /* End cleanup() */