~brendan-donegan/maas/qa-lab-tests_sort_dependencies

« back to all changes in this revision

Viewing changes to maas-integration.py

  • Committer: Andres Rodriguez
  • Date: 2016-04-11 21:05:14 UTC
  • Revision ID: andreserl@ubuntu.com-20160411210514-wkswikb0wbt1aozm
typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
920
920
        all_machines = {}
921
921
        all_machines.update(LENOVO_LAB)
922
922
        all_machines.update(ARM_LAB)
923
 
        for mac in all_nodes.keys():
 
923
        for mac in all_machines.keys():
924
924
            # run maas-cli command to search node by mac and return system_id
925
925
            out, err = self._run_maas_cli(
926
926
                ["machines", "read", "mac_address=%s" % mac])