View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~wesley-wiedenmeier/curtin/curtin-net 1 Development 2017-01-20 19:15:34 UTC
440. vmtest: add 'webserv' helper Rather ...

Author: Scott Moser
Revision Date: 2017-01-20 19:15:34 UTC

vmtest: add 'webserv' helper

Rather than running python -m SimpleHTTPServer for the web server
add a program 'webserv' in tools/ dir and use that.

The benefits of this approach are:
 a.) no longer need python2 (we were invoking with 'python')
 b.) webserv listens on both ipv4 and ipv6 addresses.

lp:~wesley-wiedenmeier/+junk/curtin-load-file 1 Development 2016-10-26 19:17:45 UTC
429. Fix up tests

Author: Wesley Wiedenmeier
Revision Date: 2016-10-26 19:17:12 UTC

Fix up tests

lp:~wesley-wiedenmeier/curtin/pack-with-deb 1 Development 2016-10-06 22:37:40 UTC
427. Allow custom pack commands to be used...

Author: Wesley Wiedenmeier
Revision Date: 2016-10-06 22:37:06 UTC

Allow custom pack commands to be used in tools/launch

lp:~wesley-wiedenmeier/curtin/partial-testing (Has a merge proposal) 1 Development 2016-09-15 18:05:06 UTC
533. Merge from trunk to pull optionally i...

Author: Wesley Wiedenmeier
Revision Date: 2016-09-15 18:05:06 UTC

Merge from trunk to pull optionally ignoring errors in mdadm.mdadm_assemble

lp:~wesley-wiedenmeier/+junk/curtin-1618429-storagetests 1 Development 2016-09-14 20:22:07 UTC
429. mergewd

Author: Wesley Wiedenmeier
Revision Date: 2016-09-14 20:22:07 UTC

mergewd

lp:~wesley-wiedenmeier/curtin/clear-holders-storagetests bug(Has a merge proposal) 1 Development 2016-08-30 19:29:36 UTC
526. Fix missing dicstring in bloc.sysfs_p...

Author: Wesley Wiedenmeier
Revision Date: 2016-08-30 19:29:36 UTC

Fix missing dicstring in bloc.sysfs_partition_data

lp:~wesley-wiedenmeier/curtin/curtin-fix-sysfs-partition-data (Has a merge proposal) 1 Development 2016-08-23 00:01:50 UTC
383. Merge from trunk

Author: Wesley Wiedenmeier
Revision Date: 2016-08-23 00:01:50 UTC

Merge from trunk

lp:~wesley-wiedenmeier/curtin/without-environment (Has a merge proposal) 1 Development 2016-08-22 05:06:58 UTC
463. Added unittests for curtin.workingdir

Author: Wesley Wiedenmeier
Revision Date: 2016-08-22 05:06:58 UTC

Added unittests for curtin.workingdir

lp:~wesley-wiedenmeier/curtin/conf-lint 1 Development 2016-08-20 21:53:19 UTC
420. Merge from trunk

Author: Wesley Wiedenmeier
Revision Date: 2016-08-20 21:53:19 UTC

Merge from trunk

lp:~wesley-wiedenmeier/curtin/remove-global-state 1 Development 2016-08-17 00:14:53 UTC
351. Use util.workingdir paths in commands

Author: Wesley Wiedenmeier
Revision Date: 2016-08-17 00:14:53 UTC

Use util.workingdir paths in commands

lp:~wesley-wiedenmeier/curtin/fix-crypt 1 Development 2016-08-09 16:06:34 UTC
416. Fix the unittests for test_apt_source...

Author: Scott Moser
Revision Date: 2016-08-08 12:52:18 UTC

Fix the unittests for test_apt_source.

The tests were written to use 'assert_called', which is only available
in mock versions 2.0. Because of this, the failure would only occur
in releases less than yakkety and not in 'tox'.

lp:~wesley-wiedenmeier/curtin/dos_extended_partition_vmtest bug 1 Development 2016-08-07 03:31:34 UTC
416. Add vmtest for dos extended/logical p...

Author: Wesley Wiedenmeier
Revision Date: 2016-08-07 02:58:50 UTC

Add vmtest for dos extended/logical partitioning

lp:~wesley-wiedenmeier/curtin/1592962 bug 1 Development 2016-08-03 21:08:39 UTC
402. Merge from trunk to bring in unittest...

Author: Wesley Wiedenmeier
Revision Date: 2016-08-03 21:08:39 UTC

Merge from trunk to bring in unittest fix

lp:~wesley-wiedenmeier/curtin/1588875 bug 1 Development 2016-07-30 23:22:46 UTC
395. Merge from trunk

Author: Wesley Wiedenmeier
Revision Date: 2016-07-30 23:16:43 UTC

Merge from trunk

lp:~wesley-wiedenmeier/curtin/vmtest-webhook-delay 1 Development 2016-07-28 20:09:17 UTC
397. Add vmtests with a configurable amoun...

Author: Wesley Wiedenmeier
Revision Date: 2016-07-28 20:05:28 UTC

Add vmtests with a configurable amount of delay in posting webhook reporting
events to replicate (LP: 1606999)

lp:~wesley-wiedenmeier/curtin/vmtest-stall-for-memory 1 Development 2016-07-22 19:03:43 UTC
401. Moved logic for stalling until enough...

Author: Wesley Wiedenmeier
Revision Date: 2016-07-22 18:46:14 UTC

Moved logic for stalling until enough memory available for test is available to
here from storagetests

lp:~wesley-wiedenmeier/+junk/curtin-partial-testing 1 Development 2016-07-20 16:37:53 UTC
491. Renamed some of the storagetests conf...

Author: Wesley Wiedenmeier
Revision Date: 2016-07-20 16:37:53 UTC

Renamed some of the storagetests configs with bad names

lp:~wesley-wiedenmeier/curtin/fstab 1 Development 2016-07-05 22:35:15 UTC
403. Fix naming error

Author: Wesley Wiedenmeier
Revision Date: 2016-07-05 22:35:15 UTC

Fix naming error

lp:~wesley-wiedenmeier/curtin/enum-storage-config (Has a merge proposal) 1 Development 2016-06-14 21:00:37 UTC
423. In unittests.test_enum, skip the enum...

Author: Wesley Wiedenmeier
Revision Date: 2016-06-14 21:00:37 UTC

In unittests.test_enum, skip the enum test class if tests running in an
environment that does not have the builtin enum module available. Since the
tests validate both the builtin and bakcup enum module it is okay to skip these
tests when the builtin enum is not available, as they will still fully cover
the enum module

In block_meta, make a few style fixes to get tox passing for the trusty version
of pep8, which seems to have different opinions about hanging indents than the
xenial version of pep8

lp:~wesley-wiedenmeier/curtin/storage-config 1 Development 2016-06-07 16:39:56 UTC
397. Use a name set defined in block.__ini...

Author: Wesley Wiedenmeier
Revision Date: 2016-06-07 16:39:56 UTC

Use a name set defined in block.__init__ near wipe_volume for wipe modes

lp:~wesley-wiedenmeier/curtin/block-blkid 1 Development 2016-06-06 17:35:07 UTC
345. Reverted get_volume_uuid function and...

Author: Wesley Wiedenmeier
Revision Date: 2016-06-06 17:35:07 UTC

Reverted get_volume_uuid function and test

lp:~wesley-wiedenmeier/curtin/blkid bug 1 Development 2016-06-03 01:35:19 UTC
425. Fixed python2 compat issue

Author: Wesley Wiedenmeier
Revision Date: 2016-06-03 01:35:19 UTC

Fixed python2 compat issue

lp:~wesley-wiedenmeier/curtin/1523037 bug 1 Development 2016-05-30 19:56:23 UTC
407. Merge from blkid

Author: Wesley Wiedenmeier
Revision Date: 2016-05-30 19:56:23 UTC

Merge from blkid

lp:~wesley-wiedenmeier/curtin/reporting-cleanup-rebase 1 Development 2016-05-07 02:36:36 UTC
385. Reverted local revision 383 which was...

Author: Wesley Wiedenmeier
Revision Date: 2016-05-07 02:36:36 UTC

Reverted local revision 383 which was a fix for reporter timestamps not being
set correctly, as a different implementation of the same fix already went into
trunk

lp:~wesley-wiedenmeier/curtin/vmtest-remove-ifnames 1 Development 2016-04-10 21:47:28 UTC
368. Merged from trunk

Author: Wesley Wiedenmeier
Revision Date: 2016-04-10 21:47:28 UTC

Merged from trunk

lp:~wesley-wiedenmeier/curtin/zfs 1 Development 2016-04-06 20:06:55 UTC
349. Merged from trunk

Author: Wesley Wiedenmeier
Revision Date: 2016-04-06 20:06:55 UTC

Merged from trunk

lp:~wesley-wiedenmeier/curtin/reporting-cleanup 1 Development 2016-04-04 09:28:27 UTC
384. During error message output use '' in...

Author: Wesley Wiedenmeier
Revision Date: 2016-04-04 09:28:27 UTC

During error message output use '' in output text if stdout or stderr is empty
to show it is empty

lp:~wesley-wiedenmeier/cloud-init/trunk.net1-cmdline-ip 1 Development 2016-03-23 23:07:47 UTC
1199. Merged from lp:~smoser/cloud-init/tru...

Author: Wesley Wiedenmeier
Revision Date: 2016-03-23 23:07:47 UTC

Merged from lp:~smoser/cloud-init/trunk.net1-cmdline-ip

lp:~wesley-wiedenmeier/curtin/nvme (Has a merge proposal) 1 Development 2016-03-10 23:45:04 UTC
368. Updated vmtests to use the new launch...

Author: Wesley Wiedenmeier
Revision Date: 2016-03-10 23:45:04 UTC

Updated vmtests to use the new launch format for special disks

lp:~wesley-wiedenmeier/+junk/cloud-init-vmtest 1 Development 2016-03-07 07:39:48 UTC
1188. Collect infrastructure is now working...

Author: Wesley Wiedenmeier
Revision Date: 2016-03-07 07:39:48 UTC

Collect infrastructure is now working.

 - config files for tests contain only entries to configure the modules being
   tested
 - if any string in the config file contains 'OUTPUT_COLLECT_D' it will be
   replaced with the correct directory
 - very simple test case in test basic to demo

lp:~wesley-wiedenmeier/curtin/1491188 bug(Has a merge proposal) 1 Development 2016-02-23 03:35:00 UTC
362. message language fix

Author: Wesley Wiedenmeier
Revision Date: 2016-02-23 03:35:00 UTC

message language fix

lp:~wesley-wiedenmeier/curtin/uefi-test 1 Development 2016-01-31 19:28:10 UTC
346. Updated config, now installs with efi...

Author: Wesley Wiedenmeier
Revision Date: 2016-01-31 19:28:10 UTC

Updated config, now installs with efi properly, still does not boot with ovmf
though

lp:~wesley-wiedenmeier/curtin/install-kernel 1 Development 2016-01-28 03:23:52 UTC
346. Merge from lp:~smoser/curtin/trunk.in...

Author: Wesley Wiedenmeier
Revision Date: 2016-01-28 03:23:52 UTC

Merge from lp:~smoser/curtin/trunk.install-kernel-fix

lp:~wesley-wiedenmeier/curtin/apply-storage-conf 1 Development 2016-01-14 02:41:48 UTC
343. Added tools/apply-storage-config for ...

Author: Wesley Wiedenmeier
Revision Date: 2016-01-14 02:40:54 UTC

Added tools/apply-storage-config for easy way to use commands.block_meta in
standalone mode

lp:~wesley-wiedenmeier/curtin/faster-partitioning 1 Development 2016-01-04 16:31:15 UTC
330. Added partitioning code for GPTTale

Author: Wesley Wiedenmeier
Revision Date: 2016-01-04 16:31:15 UTC

Added partitioning code for GPTTale

lp:~wesley-wiedenmeier/curtin/error-output 1 Development 2016-01-01 22:25:18 UTC
330. Ensure that byte input to ProcessExec...

Author: Wesley Wiedenmeier
Revision Date: 2016-01-01 22:25:18 UTC

Ensure that byte input to ProcessExecutionError is converted to str

lp:~wesley-wiedenmeier/curtin/trunk.lp1523779 bug 1 Development 2015-12-22 21:34:37 UTC
329. Check partition flag to ensure that i...

Author: Wesley Wiedenmeier
Revision Date: 2015-12-22 16:25:09 UTC

Check partition flag to ensure that it is valid

lp:~wesley-wiedenmeier/+junk/test-scratch 1 Development 2015-12-15 22:13:34 UTC
323. Fixed locations so module stuff works...

Author: Wesley Wiedenmeier
Revision Date: 2015-12-15 22:13:34 UTC

Fixed locations so module stuff works and all

lp:~wesley-wiedenmeier/curtin/custom-partitioning-layout (Has a merge proposal) 1 Development 2015-08-16 15:59:50 UTC
418. Added documentation on running vmtests

Author: Wesley Wiedenmeier
Revision Date: 2015-08-16 15:59:50 UTC

Added documentation on running vmtests

lp:~wesley-wiedenmeier/+junk/noparted 1 Development 2015-08-10 14:33:03 UTC
389. removed python-parted

Author: Wesley Wiedenmeier
Revision Date: 2015-08-10 14:33:03 UTC

removed python-parted

lp:~wesley-wiedenmeier/+junk/curtin-fs-wipe 1 Development 2015-08-03 06:34:44 UTC
384. added function clear_holders, to work...

Author: Wesley Wiedenmeier
Revision Date: 2015-08-03 06:32:21 UTC

added function clear_holders, to work up through storage layers in sysfs to
shut down any lvm/raid/bcache devices that are keeping underlying devices from
being accessible

lp:~wesley-wiedenmeier/+junk/custom-partitioning-layout-working 1 Development 2015-07-27 16:08:09 UTC
354. Got vmtest framework into usable stat...

Author: Wesley Wiedenmeier
Revision Date: 2015-07-27 16:08:09 UTC

Got vmtest framework into usable state

 - Any image can be used that can be located using sstream-query
 - Currently, emulation can only be used with same architecture as host, but
   that can be resolved
 - Images can be cached between runs, and are only redownloaded if checksum is
   bad or files are missing

142 of 42 results