When writing parse_fqdn.py I had in mind that only FQDN experiment names would be passed to the module. As it turns out, node names (e.g., mlab1-lga06.mlab-oti.measurement-lab.org) are passed too, and it does not properly handle them.
The module needs to be updated to parse any possible name that is passed.
When writing
parse_fqdn.py
I had in mind that only FQDN experiment names would be passed to the module. As it turns out, node names (e.g., mlab1-lga06.mlab-oti.measurement-lab.org) are passed too, and it does not properly handle them.The module needs to be updated to parse any possible name that is passed.