Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 76fd02ef9 -> cb138de23


xml_id foo.bar is missing in the fixture


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/e4cb479d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/e4cb479d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/e4cb479d

Branch: refs/heads/master
Commit: e4cb479d656df3a82236ed419d379aad7ade0698
Parents: 76fd02e
Author: Zhilin Huang <zhilh...@cisco.com>
Authored: Mon Aug 14 14:22:52 2017 +0800
Committer: Dan Kirkwood <dang...@gmail.com>
Committed: Mon Aug 14 13:05:04 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/lib/Fixtures/Deliveryservice.pm | 39 ++++++++++++++++++++
 1 file changed, 39 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/e4cb479d/traffic_ops/app/lib/Fixtures/Deliveryservice.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Fixtures/Deliveryservice.pm 
b/traffic_ops/app/lib/Fixtures/Deliveryservice.pm
index 7829c2d..2506156 100644
--- a/traffic_ops/app/lib/Fixtures/Deliveryservice.pm
+++ b/traffic_ops/app/lib/Fixtures/Deliveryservice.pm
@@ -551,6 +551,45 @@ my %definition_for = (
                        logs_enabled          => 1,
                },
        },
+       ds_period1 => {
+       new   => 'Deliveryservice',
+               using => {
+                       id                    => 2200,
+                       xml_id                => 'foo.bar',
+                       active                => 1,
+                       tenant_id             => undef,
+                       dscp                  => 40,
+                       signed                => 0,
+                       qstring_ignore        => 0,
+                       geo_limit             => 0,
+                       http_bypass_fqdn      => '',
+                       dns_bypass_ip         => '',
+                       dns_bypass_ip6        => '',
+                       dns_bypass_ttl        => -1,
+                       ccr_dns_ttl           => 3600,
+                       global_max_mbps       => 0,
+                       global_max_tps        => 0,
+                       long_desc             => 'foo.bar long_desc',
+                       long_desc_1           => 'foo.bar long_desc_1',
+                       long_desc_2           => 'foo.bar long_desc_2',
+                       max_dns_answers       => 0,
+                       protocol              => 0,
+                       org_server_fqdn       => 'http://foo.bar.edge',
+                       info_url              => 
'http://foo.bar.edge/info_url.html',
+                       miss_lat              => '41.881944',
+                       miss_long             => '-87.627778',
+                       check_path            => '/crossdomain.xml',
+                       type                  => 21,
+                       profile               => 100,
+                       cdn_id                => 100,
+                       ipv6_routing_enabled  => 1,
+                       protocol              => 1,
+                       display_name          => 'foo.bar-displayname',
+                       initial_dispersion    => 1,
+                       regional_geo_blocking => 1,
+                       logs_enabled          => 1,
+               },
+       },
        
 );
 

Reply via email to