c4b7ab067a
Fixes #10247 : Allow changing selected device/VM when creating a new component ( #10312 )
...
* Initial work on #10247
* Continued work on #10247
* Clean up component creation tests
* Move valdiation of replicated field to form
* Clean up ordering of fields in component creation forms
* Omit fieldset header if none
* Clean up ordering of fields in component template creation forms
* View tests should not move component templates to new device type
* Define replication_fields on VMInterfaceCreateForm
* Clean up expandable field help texts
* Update comments
* Update component bulk update forms & views to support new replication fields
* Fix ModularDeviceComponentForm parent class
* Fix bulk creation of VM interfaces (thanks @kkthxbye-code!)
2022-09-15 10:10:32 -04:00
db42589cca
Closes #5303 : A virtual machine may be assigned to a site and/or cluster
2022-05-26 14:59:49 -04:00
b331f047af
Closes #8222 : Enable the assignment of a VM to a specific host device within a cluster
2022-05-25 16:01:10 -04:00
64146b8cb1
Closes #8471 : Add status field to Cluster
2022-05-19 16:13:22 -04:00
3651ef53e3
#7852 : Extend VRF assignment to VM interfaces
2022-02-07 09:54:00 -05:00
5193fa6483
Add tests for #6346
2021-10-21 16:57:01 -04:00
cfb3897047
Add tags to organizational & nested group models
2021-10-21 10:51:02 -04:00
71449b3414
Fixes #7304 : Require explicit values for all required choice fields during CSV import
2021-09-28 12:04:54 -04:00
8355270a1a
Fixes #6822 : Use consistent maximum value for interface MTU
2021-07-27 16:04:51 -04:00
664ba55460
Reorganize base TestCase classes
2021-04-14 14:22:58 -04:00
b070be1c41
Closes #5425 : Create separate tabs for VMs and devices under the cluster view
2021-03-29 14:55:17 -04:00
0364d8cd43
Closes #6014 : Move virtual machine interfaces list to a separate view
2021-03-26 20:19:19 -04:00
61d23df83a
Closes #5972 : Bulk edit support for organizational models ( #5974 )
...
* Enable bulk editing of organizational models
* Enable bulk editing of nested group models
* Changelog for #5972
2021-03-12 16:14:42 -05:00
9cece39ee9
Remove incorrect bulk edit test data
2020-07-13 15:26:06 -04:00
3badfd756c
Extend DeviceComponentViewTestCase to include GetObjectViewTestCase
2020-06-25 11:04:42 -04:00
603c804535
Add VMInterface CSV import view
2020-06-23 17:09:21 -04:00
fce19a363d
Add VMInterface list view
2020-06-23 16:52:05 -04:00
e3820e93b7
Misc cleanup, renaming
2020-06-23 16:39:43 -04:00
75354a8a78
Rename Interface to VMInterface
2020-06-23 13:21:44 -04:00
f2b26282b8
Disable VM interface bulk creation testing
2020-06-22 15:09:16 -04:00
31bb70d9a2
Fixed IPAM tests
2020-06-22 14:46:25 -04:00
6cb31a274f
Initial work on #4721 (WIP)
2020-06-22 13:10:56 -04:00
11a247edc2
Fix up tests
2020-06-18 10:32:22 -04:00
e905a36fb2
Update tests for tag changes
2020-06-12 11:33:23 -04:00
d26fcc9918
Annotated blocked TODO items
2020-06-10 16:56:24 -04:00
0ebd87bcb9
Merge branch 'develop' into develop-2.9
2020-06-08 10:33:23 -04:00
7def37961a
Correct exempted test methods on InterfaceTestCase
2020-06-05 16:17:10 -04:00
3c334a0238
Update views to restrict all querysets
2020-06-01 11:43:49 -04:00
486f1a74ab
Standardize base classes for view test cases
2020-05-28 12:05:54 -04:00
5d36d81ae1
Restore model-level permission tests
2020-05-28 11:08:35 -04:00
635fefcb5c
Update exempted tests
2020-05-22 16:33:56 -04:00
cebe580484
Add a description field to all organizational models
2020-03-13 16:33:28 -04:00
3b1128f8f3
Establish standard test cases for all models
2020-02-12 13:25:56 -05:00
0d3ff664b6
Move model_to_dict() into assertInstanceEqual(); clean up test data
2020-02-05 15:47:50 -05:00
0ad613e6b4
Enable bulk creation tests for device components
2020-02-05 15:22:57 -05:00
6b9fa5e76f
Enable tests for component bulk edit views
2020-02-05 11:14:07 -05:00
3e79b9d26a
Add InterfaceTestCase for virtual machines
2020-02-04 16:40:18 -05:00
d431efb7d4
Add bulk edit view tests
2020-02-03 13:53:19 -05:00
e50eab2342
Convert virtualization view tests to use StandardTestCases
2020-01-31 15:57:33 -05:00
67fafb2b9d
Use assertHttpStatus for evaluating HTTP response codes
2020-01-30 18:08:25 -05:00
61ac7c44ba
Migrate view tests to use new TestCase class
2020-01-30 16:37:40 -05:00
8a22f83bc0
Add virtualization CSV import tests
2019-12-12 11:34:02 -05:00
e710ccb0e6
Enforce view permissions for UI views
2019-04-11 17:27:38 -04:00
9d69f14faa
Implement basic view testing for all models ( #2909 )
2019-02-15 17:02:18 -05:00