This is an automated email from the ASF dual-hosted git repository.
dangogh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 7e81bb4 Finally removed all of that trailing whitespace from the
license header once and for all (#3591)
add 0176cf8 adds more automated TP tests so the data can build from a
clean db (#3584)
No new revisions were added by this update.
Summary of changes:
.../form/cacheGroup/form.cacheGroup.tpl.html | 6 +--
.../form/division/FormDivisionController.js | 4 --
.../modules/form/division/form.division.tpl.html | 11 ++--
.../physLocation/FormPhysLocationController.js | 4 +-
.../modules/form/profile/form.profile.tpl.html | 2 +-
.../table/cacheGroups/table.cacheGroups.tpl.html | 2 +-
.../table/divisions/table.divisions.tpl.html | 2 +-
.../physLocations/table.physLocations.tpl.html | 2 +-
.../modules/table/profiles/table.profiles.tpl.html | 2 +-
.../modules/table/regions/table.regions.tpl.html | 2 +-
traffic_portal/test/end_to_end/CDNs/cdns-spec.js | 20 +++----
.../delivery-service-requests-spec.js | 8 +--
.../DeliveryServices/delivery-services-spec.js | 16 +++---
.../test/end_to_end/Servers/servers-spec.js | 8 +--
.../end_to_end/cacheGroups/cache-groups-spec.js | 57 ++++++++++++++++++++
.../end_to_end/{CDNs => cacheGroups}/pageData.js | 10 ++--
.../test/end_to_end/common/commonFunctions.js | 8 +++
traffic_portal/test/end_to_end/conf.js | 16 +++---
.../test/end_to_end/divisions/divisions-spec.js | 51 ++++++++++++++++++
.../end_to_end/{CDNs => divisions}/pageData.js | 6 +--
traffic_portal/test/end_to_end/login/login-spec.js | 2 +-
.../end_to_end/{CDNs => physLocations}/pageData.js | 12 +++--
.../physLocations/phys-locations-spec.js | 61 ++++++++++++++++++++++
.../test/end_to_end/{CDNs => profiles}/pageData.js | 10 ++--
.../test/end_to_end/profiles/profiles-spec.js | 56 ++++++++++++++++++++
.../test/end_to_end/{CDNs => regions}/pageData.js | 7 ++-
.../test/end_to_end/regions/regions-spec.js | 52 ++++++++++++++++++
27 files changed, 355 insertions(+), 82 deletions(-)
create mode 100644
traffic_portal/test/end_to_end/cacheGroups/cache-groups-spec.js
copy traffic_portal/test/end_to_end/{CDNs => cacheGroups}/pageData.js (80%)
create mode 100644 traffic_portal/test/end_to_end/divisions/divisions-spec.js
copy traffic_portal/test/end_to_end/{CDNs => divisions}/pageData.js (84%)
copy traffic_portal/test/end_to_end/{CDNs => physLocations}/pageData.js (76%)
create mode 100644
traffic_portal/test/end_to_end/physLocations/phys-locations-spec.js
copy traffic_portal/test/end_to_end/{CDNs => profiles}/pageData.js (80%)
create mode 100644 traffic_portal/test/end_to_end/profiles/profiles-spec.js
copy traffic_portal/test/end_to_end/{CDNs => regions}/pageData.js (84%)
create mode 100644 traffic_portal/test/end_to_end/regions/regions-spec.js