Repository: incubator-trafficcontrol Updated Branches: refs/heads/master a36cbef1c -> ff31ace99
fix some fixtures and missing character Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/2f65a081 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/2f65a081 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/2f65a081 Branch: refs/heads/master Commit: 2f65a0812fe209233191e5c8d0585c1b5867eb86 Parents: 158a9c5 Author: Derek Gelinas <derek_geli...@cable.comcast.com> Authored: Wed Apr 12 20:26:23 2017 +0000 Committer: Jeremy Mitchell <mitchell...@gmail.com> Committed: Wed Apr 12 14:38:44 2017 -0600 ---------------------------------------------------------------------- traffic_ops/app/lib/Fixtures/Integration/Parameter.pm | 6 +++--- traffic_ops/app/t/api/1.2/config_files_apache_traffic_server.t | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/2f65a081/traffic_ops/app/lib/Fixtures/Integration/Parameter.pm ---------------------------------------------------------------------- diff --git a/traffic_ops/app/lib/Fixtures/Integration/Parameter.pm b/traffic_ops/app/lib/Fixtures/Integration/Parameter.pm index 66384a6..d3a0064 100644 --- a/traffic_ops/app/lib/Fixtures/Integration/Parameter.pm +++ b/traffic_ops/app/lib/Fixtures/Integration/Parameter.pm @@ -4382,7 +4382,7 @@ use namespace::autoclean; new => 'Parameter', using => { name => 'trafficserver', - value => '4.2.1-6.el6.x86_64', + value => '5.3.2-761.el6.x86_64', config_file => 'package', last_updated => '2015-12-10 15:43:46', }, @@ -4392,7 +4392,7 @@ use namespace::autoclean; new => 'Parameter', using => { name => 'trafficserver', - value => '4.0.2-2.el6.x86_64', + value => '5.3.2-761.el6.x86_64', config_file => 'package', last_updated => '2015-12-10 15:43:46', }, @@ -4404,7 +4404,7 @@ use namespace::autoclean; name => 'trafficserver', config_file => 'package', last_updated => '2015-12-10 15:43:46', - value => '3.2.0-4812.el6.x86_64', + value => '5.3.2-761.el6.x86_64', }, }, ## id => 440 http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/2f65a081/traffic_ops/app/t/api/1.2/config_files_apache_traffic_server.t ---------------------------------------------------------------------- diff --git a/traffic_ops/app/t/api/1.2/config_files_apache_traffic_server.t b/traffic_ops/app/t/api/1.2/config_files_apache_traffic_server.t index 5cd052f..b417bbe 100644 --- a/traffic_ops/app/t/api/1.2/config_files_apache_traffic_server.t +++ b/traffic_ops/app/t/api/1.2/config_files_apache_traffic_server.t @@ -41,7 +41,7 @@ ok $t->post_ok( '/login', => form => { u => Test::TestHelper::ADMIN_USER, p => T ->or( sub { diag $t->tx->res->content->asset->{content}; } ), 'Should login?'; # Check ATS config metadata -ok $t->get_ok("/api/1.2/server/100/configfiles/ats")->status_is(200)->or( sub { diag $t->tx->res->content->asset->{content} } ); +ok $t->get_ok("/api/1.2/servers/100/configfiles/ats")->status_is(200)->or( sub { diag $t->tx->res->content->asset->{content} } ); # Check server routes ok $t->get_ok("/api/1.2/profiles/100/configfiles/ats/12M_facts")->status_is(200)->or( sub { diag $t->tx->res->content->asset->{content} } );