You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/05/14 17:43:15 UTC

[trafficcontrol] branch master updated (e2f1d69 -> 72fcbf7)

This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from e2f1d69  Updated TV Postgres to use AES encryption for URL Sig Keys (#5843)
     add 72fcbf7  Add topologies test to integration test suite in TP (#5700)

No new revisions were added by this update.

Summary of changes:
 traffic_portal/test/integration/Data/topologies.ts | 501 +++++++++++++++++++++
 .../test/integration/PageObjects/Divisions.po.ts   |   1 +
 .../integration/PageObjects/TopologiesPage.po.ts   | 101 +++++
 .../specs/{Types.spec.ts => Topologies.spec.ts}    |  67 ++-
 4 files changed, 631 insertions(+), 39 deletions(-)
 create mode 100644 traffic_portal/test/integration/Data/topologies.ts
 create mode 100644 traffic_portal/test/integration/PageObjects/TopologiesPage.po.ts
 copy traffic_portal/test/integration/specs/{Types.spec.ts => Topologies.spec.ts} (50%)