File tree Expand file tree Collapse file tree
tests/unit/volume/drivers/dell_emc/unity
volume/drivers/dell_emc/unity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ distributed Python package
2222Version
2323-------
2424
25- 0.4.2
25+ 0.4.3
2626
2727Prerequisites
2828-------------
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
Original file line number Diff line number Diff line change 1- # Copyright (c) 2016 Dell Inc. or its subsidiaries.
1+ # Copyright (c) 2017 Dell Inc. or its subsidiaries.
22# All Rights Reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License"); you may
4646CONF .register_opts (UNITY_OPTS )
4747
4848
49- class UnityDriver (driver .ManageableVD ,
49+ class UnityDriver (driver .TransferVD ,
50+ driver .ManageableVD ,
5051 driver .ManageableSnapshotsVD ,
5152 driver .BaseVD ):
5253 """Unity Driver.
5354
5455 Version history:
55- 1.0.0 - Initial version
56+ 00.04.03 - Add TransferVD to base, and fix version number
57+ 00.04.02 - Initial version
5658 """
5759
58- VERSION = '01. 00.00 '
60+ VERSION = '00.04.03 '
5961 VENDOR = 'Dell EMC'
6062 # ThirdPartySystems wiki page
6163 CI_WIKI_NAME = "EMC_UNITY_CI"
You can’t perform that action at this time.
0 commit comments