pegleg/tests
Felipe Monteiro fde70e9218 fix: Allow -r flag to work with remote repository URLs
This patch set fixes an issue where currently -r flag won't
work with remote repository URLs. site_repository.process_repositories
will blow up with an error (for example):

  Error: https://github.com/openstack/airship-treasuremap/site/
  airship-seaworthy/site-definition.yaml not found. Pegleg must be
  run from the root of a configuration repository.

It is apparent that the URL should not be treated as a local path
which is what is happening behind the scenes with this bug.

Also, CLI unit tests are added to validate the intended behavior.
They will be expanded on in future  patch sets.

Change-Id: I618465841f1e455c8f00f046b3c5d22348b99396
2018-09-27 14:27:47 +01:00
..
unit fix: Allow -r flag to work with remote repository URLs 2018-09-27 14:27:47 +01:00
__init__.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00