3 Commits
Author SHA1 Message Date
William Douglas 04eee0d0bb Mass lint cleanups
Two left over that are logic changes to be addressed in the next
commit.

Signed-off-by: William Douglas <william.douglas@intel.com>
2024-01-30 11:42:32 -08:00
Reagan Lopez 34be3ae698 Remove redundant params from methods
In getUpstreamBundles(),
- Remove the prune param as it is always true. Fixes #624
- Remove the version param as it is available in the method.

In getUpstreamBundlesPath(),
- Remove the version param as it is available in the method.

Also, remove the need for downloadUpstreamBundles() method by including
its code in getUpstreamBundles().

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2019-11-07 17:18:37 +01:00
Matthew Johnson 3cd63f99ed Start to add bundle_control unit tests
Start to add some unit tests for the bundle_control file. There is much
work to still be done as far as testing goes for these methods.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-11-21 14:07:37 -08:00