Dce release schedule: Difference between revisions
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 38: | Line 38: | ||
* dce-1.2 December 2013 | * dce-1.2 December 2013 | ||
* [[dce-1.3]] April 2014 | * [[dce-1.3]] April 2014 | ||
WikiEditor | WikiEditor | ||
Line 48: | Line 49: | ||
*Elf-loader issue (Bug 1513) | *Elf-loader issue (Bug 1513) | ||
*<s>mptcp</s> dce-1.0 | *<s>mptcp</s> dce-1.0 | ||
*sctp | *<s>sctp (Bug 1827) </s> | ||
*Linux 802.15.4 | *Linux 802.15.4 | ||
*ipv6 linux stack helper | *<s>ipv6 linux stack helper (Bug 1713)</s> | ||
*traces for arbitrary code (Bug 1598) | *traces for arbitrary code (Bug 1598) | ||
*python binding (Bug 1455) | *python binding (Bug 1455) | ||
WikiEditor |
Latest revision as of 15:34, 18 February 2014
This page describes the basic information of the release process of ns-3-dce module.
Release Policy
Release Decision
Each DCE release satisfies the following requirements.
- Resolve all P1 bugs in bugzilla (dce)
- Pass all tests by test.py
- (Optional) Pass all tests with valrgrind (test.py -g)
Release Cycle
DCE will be released newer version with the same timeframe of the ns-3 release, so that users will not be confused with the version and will see the stable version/release of DCE module.
Numbering (versioning)
DCE will have its own version number, tagged at release points into ns-3-dce repository.
- tag manner: dce-x.y(-RCz)
Release style
The version of DCE release is handled by using bake.
Sub-modules (quagga/umip) operations
DCE is also able to have extensions, so-called "sub-modules". The sub-modules are located under "myscripts" directory of ns-3-dce, and build all sources (i.e., models, examples, documentations, etc) with a single waf script at the top ns-3-dce directory.
The design of DCE sub-modules should be aligned with the main part of ns-3, but takes this style for the moment.
dce-quagga and dce-umip are the first examples of sub-modules. each module is managed and released separately.
Supported platform
(TBD)
Code
- DCE core module: http://code.nsnam.org/ns-3-dce
- DCE Linux module: http://github.com/thehajime/net-next-sim
Milestone
WikiEditor
development support features
- Jenkins nigthly build, regression. valgrind will be implemented soon.
- Code coverage
future items
DCE cradle (Bug 1499)dce-1.0- Elf-loader issue (Bug 1513)
mptcpdce-1.0sctp (Bug 1827)- Linux 802.15.4
ipv6 linux stack helper (Bug 1713)- traces for arbitrary code (Bug 1598)
- python binding (Bug 1455)
WikiEditor