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

dewrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new d5f617b  remove perl test of route moved from perl to go
d5f617b is described below

commit d5f617be4780cfbb4bb82db6c5fae8d58a58bdd2
Author: Dylan Volz <dylan_v...@comcast.com>
AuthorDate: Thu May 3 10:12:59 2018 -0600

    remove perl test of route moved from perl to go
---
 traffic_ops/app/t_integration/configfiles.t | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/traffic_ops/app/t_integration/configfiles.t 
b/traffic_ops/app/t_integration/configfiles.t
index c762f63..0266faf 100644
--- a/traffic_ops/app/t_integration/configfiles.t
+++ b/traffic_ops/app/t_integration/configfiles.t
@@ -66,12 +66,6 @@ foreach my $server ( @{ $servers->{response} } ) {
                        $t->get_ok($path)->status_is(200)->or( sub { diag 
$t->tx->res->content->asset->{content}; } );
                }
        }
-       elsif ( $server->{type} eq 'CCR' || $server->{type} eq 'RASCAL' ) {
-               my $cdn_name = $files->{other}->{CDN_name};
-               my $path     = '/tools/write_crconfig/' . $cdn_name;
-               $t->get_ok($path)->status_is(302)->or( sub { diag 
$t->tx->res->content->asset->{content}; } );
-       }
-
 }
 
 done_testing();

-- 
To stop receiving notification emails like this one, please contact
dewr...@apache.org.

Reply via email to