Lines Matching full:namespace
19 if self.args.namespace:
30 if self.args.namespace:
39 'options for nsPlugin(run commands in net namespace)')
41 '-N', '--no-namespace', action='store_false', default=True,
42 dest='namespace', help='Don\'t run commands in namespace')
50 if not self.args.namespace:
85 if not self.args.namespace:
95 Create the network namespace in which the tests will be run and set up
99 if self.args.namespace:
114 Destroy the network namespace for testing (and any associated network
117 if self.args.namespace: