utils/.ns3rc
author Peter D. Barnes, Jr. <barnes26@llnl.gov>
Wed, 22 May 2013 17:59:10 -0700
branchcoverity
changeset 9803 ae64317c7772
parent 7024 4392d52b3536
permissions -rw-r--r--
Closed branch coverity
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6857
d7db3cee241f Add parsing of ns-3 configuration file
Mitch Watrous <watrous@u.washington.edu>
parents:
diff changeset
     1
#! /usr/bin/env python
d7db3cee241f Add parsing of ns-3 configuration file
Mitch Watrous <watrous@u.washington.edu>
parents:
diff changeset
     2
d7db3cee241f Add parsing of ns-3 configuration file
Mitch Watrous <watrous@u.washington.edu>
parents:
diff changeset
     3
# A list of the modules that will be enabled when ns-3 is run.
d7db3cee241f Add parsing of ns-3 configuration file
Mitch Watrous <watrous@u.washington.edu>
parents:
diff changeset
     4
# Modules that depend on the listed modules will be enabled also.
d7db3cee241f Add parsing of ns-3 configuration file
Mitch Watrous <watrous@u.washington.edu>
parents:
diff changeset
     5
#
d7db3cee241f Add parsing of ns-3 configuration file
Mitch Watrous <watrous@u.washington.edu>
parents:
diff changeset
     6
# All modules can be enabled by choosing 'all_modules'.
d7db3cee241f Add parsing of ns-3 configuration file
Mitch Watrous <watrous@u.washington.edu>
parents:
diff changeset
     7
modules_enabled = ['all_modules']
7023
af9c5ac72f2c Make examples and tests be enabled from the .ns3rc file
Mitch Watrous <watrous@u.washington.edu>
parents: 6857
diff changeset
     8
af9c5ac72f2c Make examples and tests be enabled from the .ns3rc file
Mitch Watrous <watrous@u.washington.edu>
parents: 6857
diff changeset
     9
# Set this equal to true if you want examples to be run.
7024
4392d52b3536 Make examples not be built by default
Mitch Watrous <watrous@u.washington.edu>
parents: 7023
diff changeset
    10
examples_enabled = False
7023
af9c5ac72f2c Make examples and tests be enabled from the .ns3rc file
Mitch Watrous <watrous@u.washington.edu>
parents: 6857
diff changeset
    11
af9c5ac72f2c Make examples and tests be enabled from the .ns3rc file
Mitch Watrous <watrous@u.washington.edu>
parents: 6857
diff changeset
    12
# Set this equal to true if you want tests to be run.
af9c5ac72f2c Make examples and tests be enabled from the .ns3rc file
Mitch Watrous <watrous@u.washington.edu>
parents: 6857
diff changeset
    13
tests_enabled = False