nepi.git
12 years agoUseful directory argument to environ.homepath
Claudio-Daniel Freire [Mon, 25 Jul 2011 10:28:59 +0000 (12:28 +0200)]
Useful directory argument to environ.homepath

12 years agoSSH daemonization test fix, along with environment setup fixes.
Claudio-Daniel Freire [Fri, 22 Jul 2011 14:49:34 +0000 (16:49 +0200)]
SSH daemonization test fix, along with environment setup fixes.
 - NEPI_TESTBEDS: new environment variable that allows the specification of a mapping between testbed_id and testbed modules, for custom (eg: mock) testbeds
 - environment_setup now does work with locally daemonized testbeds (it wasn't working)

12 years agoVarious fixes:
Claudio-Daniel Freire [Fri, 22 Jul 2011 08:57:38 +0000 (10:57 +0200)]
Various fixes:
 - Parallelization fix: sync before post-actions
 - Fix port randomization in PL tests

12 years agoTicket #69: tun/tap port base allows concurrent experiments in the same slice (if...
Claudio-Daniel Freire [Thu, 21 Jul 2011 13:12:51 +0000 (15:12 +0200)]
Ticket #69: tun/tap port base allows concurrent experiments in the same slice (if configured correctly)

12 years agoLogging for testbed_impl
Claudio-Daniel Freire [Thu, 21 Jul 2011 12:50:51 +0000 (14:50 +0200)]
Logging for testbed_impl

12 years agoMerge with head
Claudio-Daniel Freire [Thu, 21 Jul 2011 12:21:56 +0000 (14:21 +0200)]
Merge with head

12 years agoTicket #70: Logging instead of prints for PlanetLab
Claudio-Daniel Freire [Thu, 21 Jul 2011 12:21:45 +0000 (14:21 +0200)]
Ticket #70: Logging instead of prints for PlanetLab

12 years agotypo corrected in execute.py
Alina Quereilhac [Thu, 21 Jul 2011 11:54:25 +0000 (13:54 +0200)]
typo corrected in execute.py

12 years agoTicket #61: test daemonization
Claudio-Daniel Freire [Thu, 21 Jul 2011 11:28:25 +0000 (13:28 +0200)]
Ticket #61: test daemonization

12 years agoMade automatic proxy reconnection more robust
Claudio-Daniel Freire [Wed, 20 Jul 2011 12:33:38 +0000 (14:33 +0200)]
Made automatic proxy reconnection more robust

12 years agoCatch socket timeouts too and retry
Claudio-Daniel Freire [Wed, 20 Jul 2011 10:34:09 +0000 (12:34 +0200)]
Catch socket timeouts too and retry

12 years agoFix typo
Claudio-Daniel Freire [Wed, 20 Jul 2011 10:33:30 +0000 (12:33 +0200)]
Fix typo

12 years agoTicket #71: inner parallelization of setup phases
Claudio-Daniel Freire [Tue, 19 Jul 2011 14:46:35 +0000 (16:46 +0200)]
Ticket #71: inner parallelization of setup phases

12 years agoFix can_connect logic
Claudio-Daniel Freire [Tue, 19 Jul 2011 13:20:54 +0000 (15:20 +0200)]
Fix can_connect logic

12 years agoAlways kill tcpdumps, even on errors
Claudio-Daniel Freire [Tue, 19 Jul 2011 13:20:44 +0000 (15:20 +0200)]
Always kill tcpdumps, even on errors

12 years agoTicket #58: remove the emulation flag, instead, pick correctly configured nodes only
Claudio-Daniel Freire [Tue, 19 Jul 2011 12:09:47 +0000 (14:09 +0200)]
Ticket #58: remove the emulation flag, instead, pick correctly configured nodes only

12 years agoFix crossconnection bug: undefer cross_connection data for proper serialization
Claudio-Daniel Freire [Tue, 19 Jul 2011 12:09:07 +0000 (14:09 +0200)]
Fix crossconnection bug: undefer cross_connection data for proper serialization

12 years agoMake sure "if <deferred>:" is equivalent to the undeferred case by implementing __non...
Claudio-Daniel Freire [Tue, 19 Jul 2011 12:08:27 +0000 (14:08 +0200)]
Make sure "if <deferred>:" is equivalent to the undeferred case by implementing __nonzero__

12 years agoFix test: TestbedControllers now don't take a version parameter
Claudio-Daniel Freire [Tue, 19 Jul 2011 09:30:11 +0000 (11:30 +0200)]
Fix test: TestbedControllers now don't take a version parameter

12 years ago_program_testbed_controllers should skip deferred testbeds
Claudio-Daniel Freire [Mon, 18 Jul 2011 17:30:26 +0000 (19:30 +0200)]
_program_testbed_controllers should skip deferred testbeds

12 years agoFix default value in tun_key which should be ascii (encode in base-64 to fix)
Claudio-Daniel Freire [Mon, 18 Jul 2011 17:30:09 +0000 (19:30 +0200)]
Fix default value in tun_key which should be ascii (encode in base-64 to fix)

12 years agoFix typing annotations in proxy get_attribute_list: flags must accept null
Claudio-Daniel Freire [Mon, 18 Jul 2011 17:29:39 +0000 (19:29 +0200)]
Fix typing annotations in proxy get_attribute_list: flags must accept null

12 years agobug fix in core/execute.py when programming defered cross connections
Alina Quereilhac [Mon, 18 Jul 2011 15:31:29 +0000 (17:31 +0200)]
bug fix in core/execute.py when programming defered cross connections

12 years agoFix ns3-3.9 URL
Claudio-Daniel Freire [Mon, 18 Jul 2011 14:18:54 +0000 (16:18 +0200)]
Fix ns3-3.9 URL
Fix installation to not break everything when ${BUILD}/target does not exist (or is empty)

12 years agoProgress logging should ALL go to stderr
Claudio-Daniel Freire [Mon, 18 Jul 2011 11:52:17 +0000 (13:52 +0200)]
Progress logging should ALL go to stderr

12 years agoMerging with head
Claudio-Daniel Freire [Mon, 18 Jul 2011 11:29:18 +0000 (13:29 +0200)]
Merging with head

12 years agoProxying and marshalling fixes
Claudio-Daniel Freire [Mon, 18 Jul 2011 11:28:41 +0000 (13:28 +0200)]
Proxying and marshalling fixes

12 years agominor bug fixing
Alina Quereilhac [Sun, 17 Jul 2011 16:48:13 +0000 (18:48 +0200)]
minor bug fixing

12 years agoRemoved version number from testbed file names. Only 1 version permitted at the time.
Alina Quereilhac [Sun, 17 Jul 2011 16:27:04 +0000 (18:27 +0200)]
Removed version number from testbed file names. Only 1 version permitted at the time.

12 years agoAllow filtering attributes that do NOT have some flags (in get_attribute_list)
Claudio-Daniel Freire [Tue, 12 Jul 2011 16:21:45 +0000 (18:21 +0200)]
Allow filtering attributes that do NOT have some flags (in get_attribute_list)

12 years agoTicket #54: experiment controller now creates an "execution xml" with run-time attrib...
Claudio-Daniel Freire [Tue, 12 Jul 2011 16:11:38 +0000 (18:11 +0200)]
Ticket #54: experiment controller now creates an "execution xml" with run-time attribute values
Useful when there are execute-only attributes or attributes that are defined at execute time only.

12 years agoTicket #55: generate pcap traces for PlanetLab
Claudio-Daniel Freire [Tue, 12 Jul 2011 14:11:22 +0000 (16:11 +0200)]
Ticket #55: generate pcap traces for PlanetLab

12 years agominor bugfix in attribute tags for ns3 metadata
Alina Quereilhac [Fri, 8 Jul 2011 15:06:52 +0000 (17:06 +0200)]
minor bugfix in attribute tags for ns3 metadata

12 years agocode clean up
Alina Quereilhac [Fri, 8 Jul 2011 13:57:29 +0000 (15:57 +0200)]
code clean up

12 years agoMerge with head
Claudio-Daniel Freire [Wed, 6 Jul 2011 15:22:54 +0000 (17:22 +0200)]
Merge with head

12 years agoResource discovery fix
Claudio-Daniel Freire [Wed, 6 Jul 2011 15:22:35 +0000 (17:22 +0200)]
Resource discovery fix

12 years agobugfix: can_cross and must_cross platform fixed in connetot.py
Alina Quereilhac [Wed, 6 Jul 2011 15:02:30 +0000 (17:02 +0200)]
bugfix: can_cross and must_cross platform fixed in connetot.py

12 years agofilter attributes by flag
Alina Quereilhac [Wed, 6 Jul 2011 13:16:53 +0000 (15:16 +0200)]
filter attributes by flag

12 years agoadded tagged attributes in metadata.py
Alina Quereilhac [Wed, 6 Jul 2011 12:04:24 +0000 (14:04 +0200)]
added tagged attributes in metadata.py

12 years agoenforce tags system
Alina Quereilhac [Wed, 6 Jul 2011 10:36:00 +0000 (12:36 +0200)]
enforce tags system

12 years agometadata.py clean up
Alina Quereilhac [Tue, 5 Jul 2011 16:56:02 +0000 (18:56 +0200)]
metadata.py clean up

12 years agomerged Factory from design and execute
Alina Quereilhac [Tue, 5 Jul 2011 13:39:29 +0000 (15:39 +0200)]
merged Factory from design and execute

12 years agomerged ConnectorTyper for design and execution
Alina Quereilhac [Tue, 5 Jul 2011 10:50:03 +0000 (12:50 +0200)]
merged ConnectorTyper for design and execution

12 years agoTagging stable version for packaging
Claudio-Daniel Freire [Tue, 5 Jul 2011 10:35:45 +0000 (12:35 +0200)]
Tagging stable version for packaging

12 years agoAdded attribute MaxAddresses for interface factories to design nepi_v2_1
Alina Quereilhac [Mon, 4 Jul 2011 17:21:25 +0000 (19:21 +0200)]
Added attribute MaxAddresses for interface factories to design

12 years agoadded metric to routes
Alina Quereilhac [Mon, 4 Jul 2011 13:29:31 +0000 (15:29 +0200)]
added metric to routes

12 years agoMerge with head
Claudio-Daniel Freire [Mon, 4 Jul 2011 10:59:53 +0000 (12:59 +0200)]
Merge with head

12 years agoRouting fix: TunIface.routes_here was not accounting for automatic p2p linkage
Claudio-Daniel Freire [Mon, 4 Jul 2011 10:59:30 +0000 (12:59 +0200)]
Routing fix: TunIface.routes_here was not accounting for automatic p2p linkage

12 years agoBetter progress messages
Claudio-Daniel Freire [Mon, 4 Jul 2011 10:57:11 +0000 (12:57 +0200)]
Better progress messages

12 years agoLog when applications start building (for better progress monitoring)
Claudio-Daniel Freire [Mon, 4 Jul 2011 10:52:04 +0000 (12:52 +0200)]
Log when applications start building (for better progress monitoring)

12 years agoticket http://yans.pl.sophia.inria.fr/trac/nepi/ticket/46 : connecting to self
Alina Quereilhac [Mon, 4 Jul 2011 10:40:58 +0000 (12:40 +0200)]
ticket yans.pl.sophia.inria.fr/trac/nepi/ticket/46 : connecting to self

12 years agobugfix in ns3 metadata
Alina Quereilhac [Fri, 1 Jul 2011 17:00:56 +0000 (19:00 +0200)]
bugfix in ns3 metadata

12 years agoMore feedback on the PlanetLab testbed (it takes a looong time to do stuff, feedback...
Claudio-Daniel Freire [Fri, 1 Jul 2011 13:30:14 +0000 (15:30 +0200)]
More feedback on the PlanetLab testbed (it takes a looong time to do stuff, feedback is necessary)

12 years agoMake vsys serialization safer
Claudio-Daniel Freire [Fri, 1 Jul 2011 13:29:41 +0000 (15:29 +0200)]
Make vsys serialization safer

12 years agoUse a lockfile for vsys serialization, not the vsys pipes (they don't work)
Claudio-Daniel Freire [Fri, 1 Jul 2011 12:41:26 +0000 (14:41 +0200)]
Use a lockfile for vsys serialization, not the vsys pipes (they don't work)

12 years agoSSH key handling fixes in tunproto/application
Claudio-Daniel Freire [Fri, 1 Jul 2011 10:01:00 +0000 (12:01 +0200)]
SSH key handling fixes in tunproto/application

12 years agoSome trivial fixes (EINTR stuff) on server.py
Claudio-Daniel Freire [Fri, 1 Jul 2011 10:00:02 +0000 (12:00 +0200)]
Some trivial fixes (EINTR stuff) on server.py

12 years agoSupport for automatic install of RpmFusion repository on PL slivers
Claudio-Daniel Freire [Thu, 30 Jun 2011 09:34:39 +0000 (11:34 +0200)]
Support for automatic install of RpmFusion repository on PL slivers

12 years agoFix TunChannel: wait_tuniface must be assigned to prestart
Claudio-Daniel Freire [Thu, 30 Jun 2011 09:34:21 +0000 (11:34 +0200)]
Fix TunChannel: wait_tuniface must be assigned to prestart

12 years agoFix tun_connect.py
Claudio-Daniel Freire [Wed, 29 Jun 2011 12:38:46 +0000 (14:38 +0200)]
Fix tun_connect.py
 - Serialize access to vsys scripts
 - Do not block when opening vsys script output

12 years agobugfix: 'user': getpass.getuser()
Alina Quereilhac [Wed, 29 Jun 2011 11:37:20 +0000 (13:37 +0200)]
bugfix: 'user': getpass.getuser()

12 years agoNo need to lock host for setup and shutdown in netns testbed
Claudio-Daniel Freire [Wed, 29 Jun 2011 11:23:34 +0000 (13:23 +0200)]
No need to lock host for setup and shutdown in netns testbed

12 years agoFix free variable misusage
Claudio-Daniel Freire [Wed, 29 Jun 2011 09:20:22 +0000 (11:20 +0200)]
Fix free variable misusage

12 years agoFix deferred injection to inject methods that actually do respect subclass overrides
Claudio-Daniel Freire [Wed, 29 Jun 2011 09:04:29 +0000 (11:04 +0200)]
Fix deferred injection to inject methods that actually do respect subclass overrides

12 years agoFix tests that expected root user
Claudio-Daniel Freire [Wed, 29 Jun 2011 09:04:00 +0000 (11:04 +0200)]
Fix tests that expected root user

12 years agoDeferred versions of proxied methods automatically injected that return deferred...
Claudio-Daniel Freire [Tue, 28 Jun 2011 15:46:40 +0000 (17:46 +0200)]
Deferred versions of proxied methods automatically injected that return deferred proxies.
Allow command pipelining for more efficient communication.

12 years agoFix typo in simulation stopping
Claudio-Daniel Freire [Tue, 28 Jun 2011 15:45:38 +0000 (17:45 +0200)]
Fix typo in simulation stopping

12 years agotraces_info fix
Claudio-Daniel Freire [Fri, 24 Jun 2011 16:03:31 +0000 (18:03 +0200)]
traces_info fix

12 years agoFix TapIface trace sync and traces_info
Claudio-Daniel Freire [Fri, 24 Jun 2011 16:03:15 +0000 (18:03 +0200)]
Fix TapIface trace sync and traces_info

12 years agoget_traces now return also user
Alina Quereilhac [Fri, 24 Jun 2011 15:18:18 +0000 (17:18 +0200)]
get_traces now return also user

12 years agoAllow loading the NS3 library manually (nef needs it to avoid threading issues)
Claudio-Daniel Freire [Fri, 24 Jun 2011 09:30:54 +0000 (11:30 +0200)]
Allow loading the NS3 library manually (nef needs it to avoid threading issues)

12 years agoRoads09 paper example (incomplete)
Claudio-Daniel Freire [Fri, 24 Jun 2011 08:51:49 +0000 (10:51 +0200)]
Roads09 paper example (incomplete)

12 years agoRetry retriable operations when we get an EINTR
Claudio-Daniel Freire [Thu, 23 Jun 2011 15:09:34 +0000 (17:09 +0200)]
Retry retriable operations when we get an EINTR

12 years agoRemember blacklisting of nodes, and accelerate detection of unresponsive nodes if...
Claudio-Daniel Freire [Thu, 23 Jun 2011 12:09:27 +0000 (14:09 +0200)]
Remember blacklisting of nodes, and accelerate detection of unresponsive nodes if they haven't been provisioned recently

12 years agoMerge with head
Claudio-Daniel Freire [Wed, 22 Jun 2011 15:14:48 +0000 (17:14 +0200)]
Merge with head

12 years agoBlacklist nodes that are not so healthy
Claudio-Daniel Freire [Wed, 22 Jun 2011 15:14:31 +0000 (17:14 +0200)]
Blacklist nodes that are not so healthy

12 years agoTypo: Simulator.IsFinished() instead of Simulator.isFinished()
Alina Quereilhac [Wed, 22 Jun 2011 14:16:39 +0000 (16:16 +0200)]
Typo: Simulator.IsFinished() instead of Simulator.isFinished()

12 years agoShutdown fix: wait for the simulator to stop running before dereferencing elements.
Claudio-Daniel Freire [Wed, 15 Jun 2011 09:47:41 +0000 (11:47 +0200)]
Shutdown fix: wait for the simulator to stop running before dereferencing elements.
NS3 isn't thread-safe, so destroying elements (which could happen when dereferenced)
while the simulator is running could be disastruous

12 years agobugfix: EINTRs caught
Alina Quereilhac [Sun, 12 Jun 2011 10:37:23 +0000 (12:37 +0200)]
bugfix: EINTRs caught

12 years agomerge
Alina Quereilhac [Fri, 10 Jun 2011 11:11:37 +0000 (13:11 +0200)]
merge

12 years agocorrected typo
Alina Quereilhac [Fri, 10 Jun 2011 11:10:38 +0000 (13:10 +0200)]
corrected typo

12 years agoMerging with HEAD
Claudio-Daniel Freire [Thu, 9 Jun 2011 13:06:22 +0000 (15:06 +0200)]
Merging with HEAD

12 years agoDo check dependency install after the fact.
Claudio-Daniel Freire [Thu, 9 Jun 2011 13:05:45 +0000 (15:05 +0200)]
Do check dependency install after the fact.
Raise an exception if there was an error.

12 years agocreation of home directory in netns/execute.py
Alina Quereilhac [Wed, 8 Jun 2011 16:37:30 +0000 (18:37 +0200)]
creation of home directory in netns/execute.py

12 years agoAdded connection ordering in testbed_impl.py _do_connect by returning CONNECTION_DELA...
Alina Quereilhac [Wed, 8 Jun 2011 16:13:23 +0000 (18:13 +0200)]
Added connection ordering in testbed_impl.py _do_connect by returning CONNECTION_DELAY on the connection functions that are not ready to be executed.

12 years agoconnections for ns3 wifi managers.
Alina Quereilhac [Wed, 8 Jun 2011 13:24:53 +0000 (15:24 +0200)]
connections for ns3 wifi managers.

12 years agoTicket #45: spanning tree deployment
Claudio-Daniel Freire [Wed, 8 Jun 2011 11:58:23 +0000 (13:58 +0200)]
Ticket #45: spanning tree deployment

12 years agoremote_kill wasn't working as hot with nowait
Claudio-Daniel Freire [Wed, 8 Jun 2011 11:57:58 +0000 (13:57 +0200)]
remote_kill wasn't working as hot with nowait

12 years agoSupport for poststep hooks (mainly for parallelization of step tasks)
Claudio-Daniel Freire [Wed, 8 Jun 2011 10:45:43 +0000 (12:45 +0200)]
Support for poststep hooks (mainly for parallelization of step tasks)

12 years agominor bugfix in construction of ns3 waypoint mobility model.
Alina Quereilhac [Wed, 8 Jun 2011 09:56:45 +0000 (11:56 +0200)]
minor bugfix in construction of ns3 waypoint mobility model.

12 years agobug fixes
Alina Quereilhac [Tue, 7 Jun 2011 23:46:04 +0000 (01:46 +0200)]
bug fixes

12 years agopossible bug fix: reason why pyQt was freezing when shutting down the experiment
Alina Quereilhac [Tue, 7 Jun 2011 16:36:40 +0000 (18:36 +0200)]
possible bug fix: reason why pyQt was freezing when shutting down the experiment

12 years agoConcurrency fix in netns: if there is more than one netns instance in the same host...
Claudio-Daniel Freire [Tue, 7 Jun 2011 12:02:42 +0000 (14:02 +0200)]
Concurrency fix in netns: if there is more than one netns instance in the same host, things can get tricky. So serialize sensible ops.

12 years agonothing
Alina Quereilhac [Mon, 6 Jun 2011 16:25:11 +0000 (18:25 +0200)]
nothing

12 years agoimproved example/big_buck_bunny_420p_mpeg4.ts
Alina Quereilhac [Mon, 6 Jun 2011 14:13:15 +0000 (16:13 +0200)]
improved example/big_buck_bunny_420p_mpeg4.ts

12 years agoAdded WaypointMobilityModel to ns3 backend
Alina Quereilhac [Sun, 5 Jun 2011 16:23:55 +0000 (18:23 +0200)]
Added WaypointMobilityModel to ns3 backend

12 years agoadded: traces_info showing the filepath for all traces
Alina Quereilhac [Sun, 5 Jun 2011 13:03:35 +0000 (15:03 +0200)]
added: traces_info showing the filepath for all traces

12 years agonode trace added to netns:Node. Bug: netns doesn't properly close subprocesses not...
Alina Quereilhac [Sun, 5 Jun 2011 10:52:26 +0000 (12:52 +0200)]
node trace added to netns:Node. Bug: netns doesn't properly close subprocesses not forked directly

12 years agoBug fix: in netns DesignOnly attributes should not be set in the python objects
Alina Quereilhac [Fri, 3 Jun 2011 00:54:24 +0000 (02:54 +0200)]
Bug fix: in netns DesignOnly attributes should not be set in the python objects

13 years agobug fix: work arround to the problem of RealtimeSimulatorImpl not finishing with...
Alina Quereilhac [Tue, 31 May 2011 16:36:35 +0000 (18:36 +0200)]
bug fix: work arround to the problem of RealtimeSimulatorImpl not finishing with Stop().