Ignore:
Timestamp:
Oct 11, 2011 10:38:17 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
8cb269a
Parents:
451fb96
Message:

Restore mnemonic names and allow seer_master experiments in groups. NB:
all existing experiments that are reused on DETER get deleted now.
Don't save anything in there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/emulab_access.py

    r451fb96 rc167378  
    965965
    966966        # Names longer than the emulab max are discarded
    967         # Projects with a group require nonce experiment names as well
    968         if ename and len(ename) <= self.max_name_len and '/' not in proj:
     967        if ename and len(ename) <= self.max_name_len:
    969968            # Clean up the experiment name so that emulab will accept it.
    970969            ename = re.sub(vchars_re, '-', ename)
Note: See TracChangeset for help on using the changeset viewer.