lp:~wesley-wiedenmeier/cloud-init

Get this repository:
git clone https://git.qastaging.paddev.net/~wesley-wiedenmeier/cloud-init
Only Wesley Wiedenmeier can upload to this repository. If you are Wesley Wiedenmeier please log in for upload directions.

Branches

Name Last Modified Last Commit
citest-new 2017-04-10 16:25:27 UTC
Integration Testing: Updated documentation

Author: Wesley Wiedenmeier
Author Date: 2017-03-19 23:17:55 UTC

Integration Testing: Updated documentation

 - Updated documentation for testsuite config:
   - Explain how config is merged
   - Describe new image config format
   - Explain how to configure an image's system_ready_script
 - Add documentation on how feature flags work
 - Add documentation on how error handling works
 - Add documentation on setup_image options

integration-testing-distro-features 2017-04-08 22:39:06 UTC
Integration Testing: Updated documentation

Author: Wesley Wiedenmeier
Author Date: 2017-03-19 23:17:55 UTC

Integration Testing: Updated documentation

 - Updated documentation for testsuite config:
   - Explain how config is merged
   - Describe new image config format
   - Explain how to configure an image's system_ready_script
 - Add documentation on how feature flags work
 - Add documentation on how error handling works
 - Add documentation on setup_image options

tmp-trusty-flags 2017-04-08 21:48:59 UTC
tmp trusty flag

Author: Wesley Wiedenmeier
Author Date: 2017-04-08 21:48:59 UTC

tmp trusty flag

master 2017-04-03 14:04:43 UTC
OpenStack: add 'dvs' to the list of physical link types.

Author: Scott Moser
Author Date: 2017-04-03 14:04:43 UTC

OpenStack: add 'dvs' to the list of physical link types.

Links presented in network_data.json to the guest running on ESXi
are of type 'dvs'.

LP: #1674946

integration-testing-testcase-fixes 2017-04-01 02:31:07 UTC
TMP more cleanup to flags

Author: Wesley Wiedenmeier
Author Date: 2017-04-01 02:31:07 UTC

TMP more cleanup to flags

integration-testing-tmpdir 2017-03-30 23:17:20 UTC
Integration Testing: improve handling of collected data during run

Author: Wesley Wiedenmeier
Author Date: 2017-03-20 14:07:13 UTC

Integration Testing: improve handling of collected data during run

Previous behavior for run was to collect data into a temporary directory which
was always deleted when tests passed. This adds a command line option
'--preserve-data' that ensures that collected data will be left after tests
run. This also allows the directory to store collected data in during the run
command to be specified using '--data-dir'. This also includes updated
documentation for run tmpdir handling.

integration-testing-invocation-cleanup 2017-03-19 05:11:10 UTC
Integration Testing: Updated documentation

Author: Wesley Wiedenmeier
Author Date: 2017-03-19 04:45:17 UTC

Integration Testing: Updated documentation

 - Added documentation on the tree_run and tree_collect commands.
 - Also made minor documentation updates for additional useful
   features in the test suite.

integration-testing-docs 2017-03-19 04:45:17 UTC
Integration Testing: Updated documentation

Author: Wesley Wiedenmeier
Author Date: 2017-03-19 04:45:17 UTC

Integration Testing: Updated documentation

Added on information about the built in testcase creation helper and minor
additional features that may be useful for users.

integration-testing 2017-03-17 19:50:18 UTC
Integration Testing: improve code to allow additional error codes in execute

Author: Wesley Wiedenmeier
Author Date: 2017-03-15 17:30:01 UTC

Integration Testing: improve code to allow additional error codes in execute

 - Old behavior was to allow execute to ignore any return code from an
   in-target command with ignore_errors
 - Replace this with a list of acceptable return codes similar to util.subp
   which allows better control over command execution

integration-testing-mro 2017-03-17 17:26:59 UTC
Integration Testing: improve testcase subclassing

Author: Wesley Wiedenmeier
Author Date: 2017-03-17 17:26:59 UTC

Integration Testing: improve testcase subclassing

 - Use inspect.getmro(mod) rather than mod.__bases__ to test if a potential
   testcase class inherits from CloudTestCase
 - This allows testcases to be based on CloudTestCase indirectly, adding
   greater flexibility to the structure of test classes

feature-flags 2017-03-03 19:38:17 UTC
Added documentation on cloud-init feature flags to capabilities doc

Author: Wesley Wiedenmeier
Author Date: 2017-03-03 19:38:17 UTC

Added documentation on cloud-init feature flags to capabilities doc

net-update 2017-02-06 06:24:07 UTC
Substitute 'hwaddress ether' rather than 'hwaddress' for 'mac_address'

Author: Wesley Wiedenmeier
Author Date: 2017-02-06 06:24:07 UTC

Substitute 'hwaddress ether' rather than 'hwaddress' for 'mac_address'

integration-testing-pylxd 2017-01-26 13:53:53 UTC
Fix small typo and change iso-filename for consistency

Author: Robin Naundorf
Author Date: 2017-01-25 19:04:29 UTC

Fix small typo and change iso-filename for consistency

* Fix small typo
* Fix ISO-Filename for consistency

integration-testing-merge-update 2016-12-26 02:08:21 UTC
Output installed cloud-init version at end of setup_image

Author: Wesley Wiedenmeier
Author Date: 2016-12-15 08:38:49 UTC

Output installed cloud-init version at end of setup_image

integration-testing-devel 2016-12-26 01:16:00 UTC
Added temporary system_ready_script matching current behaviour

Author: Wesley Wiedenmeier
Author Date: 2016-12-26 01:16:00 UTC

Added temporary system_ready_script matching current behaviour

revert-63501f44 2016-12-21 03:03:00 UTC
Add unittests for stages.fetch_base_config()

Author: Wesley Wiedenmeier
Author Date: 2016-12-21 03:03:00 UTC

Add unittests for stages.fetch_base_config()

integration-testing-selective-rebase 2016-12-15 19:07:17 UTC
Remove modules/debug as replaced with modules/debug_{enable,disable}

Author: Wesley Wiedenmeier
Author Date: 2016-12-15 19:07:17 UTC

Remove modules/debug as replaced with modules/debug_{enable,disable}

integration-testing-rebase 2016-12-14 22:12:32 UTC
Formatting fix for verifier

Author: Wesley Wiedenmeier
Author Date: 2016-12-14 22:12:32 UTC

Formatting fix for verifier

integration-testing-merge 2016-11-19 08:52:36 UTC
Merge branch 'integration-testing' of git+ssh://git.launchpad.net/~powersj/cl...

Author: Wesley Wiedenmeier
Author Date: 2016-11-19 08:31:24 UTC

Merge branch 'integration-testing' of git+ssh://git.launchpad.net/~powersj/cloud-init into integration-testing-merge

error-output 2016-10-26 03:21:40 UTC
Fix whitespace damage

Author: Wesley Wiedenmeier
Author Date: 2016-10-26 03:21:40 UTC

Fix whitespace damage

logging-docs 2016-10-10 06:25:31 UTC
Added logging configuration

Author: Wesley Wiedenmeier
Author Date: 2016-10-10 06:25:31 UTC

Added logging configuration

module-docs 2016-09-29 21:31:14 UTC
Fixed title underlines that were too short

Author: Wesley Wiedenmeier
Author Date: 2016-09-29 21:31:14 UTC

Fixed title underlines that were too short

net_fallback_errors 2016-09-20 15:43:19 UTC
Properly handle being unable to read net state in /sys on py2

Author: Wesley Wiedenmeier
Author Date: 2016-09-20 15:43:19 UTC

Properly handle being unable to read net state in /sys on py2

123 of 23 results
This repository contains Public information 
Everyone can see this information.