コード例 #1
0
        public void GetSettingRunTest()
        {
            RedisParameterCrlAdapter r = new RedisParameterCrlAdapter();
            var x = r.GetSettingRun("172.22.1.71");

            Assert.GreaterOrEqual(x.Length, 0);
        }
コード例 #2
0
        public void SetParaOfRunerTest()
        {
            RedisParameterCrlAdapter r = new RedisParameterCrlAdapter();

            r.SetParaOfRuner("192.168.100.12_001", "-t 0 -nt 1 -QueueMq Vip.Cmp.Crl.Fn");
            r.SetParaOfRuner("192.168.100.12_002", "-t 0 -nt 1 -QueueMq Vip.Cmp.Crl.Rl -title 172.22.1.71_002_1_Normal");

            r.SetParaOfRuner("172.22.1.71_001", "-t 0 -nt 25 -QueueMq Vip.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.71_002", "-t 0 -nt 25 -QueueMq Vip.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.71_003", "-t 1 -nt 25 -QueueMq Vip.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.1.71_004", "-t 1 -nt 25 -QueueMq Vip.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.1.71_005", "-t 0 -nt 25 -QueueMq Normal.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.71_006", "-t 1 -nt 25 -QueueMq Normal.Cmp.Crl.Rl");

            r.SetParaOfRuner("172.22.1.72_001", "-t 0 -nt 25 -QueueMq Vip.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.72_002", "-t 0 -nt 25 -QueueMq Vip.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.72_003", "-t 1 -nt 25 -QueueMq Vip.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.1.72_004", "-t 1 -nt 25 -QueueMq Vip.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.1.72_005", "-t 0 -nt 25 -QueueMq Normal.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.72_006", "-t 1 -nt 25 -QueueMq Normal.Cmp.Crl.Rl");


            r.SetParaOfRuner("172.22.1.73_001", "-t 0 -nt 25 -QueueMq Vip.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.73_002", "-t 0 -nt 25 -QueueMq Vip.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.73_003", "-t 1 -nt 25 -QueueMq Vip.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.1.73_004", "-t 1 -nt 25 -QueueMq Vip.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.1.73_005", "-t 0 -nt 25 -QueueMq Normal.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.1.73_006", "-t 1 -nt 25 -QueueMq Normal.Cmp.Crl.Rl");



            r.SetParaOfRuner("172.22.30.84_001", "-t 0 -nt 25 -QueueMq Normal.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.30.84_002", "-t 0 -nt 25 -QueueMq Normal.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.30.84_003", "-t 1 -nt 25 -QueueMq Normal.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.30.84_004", "-t 1 -nt 25 -QueueMq Normal.Cmp.Crl.Rl");

            r.SetParaOfRuner("172.22.30.85_001", "-t 0 -nt 25 -QueueMq Normal.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.30.85_002", "-t 0 -nt 25 -QueueMq Normal.Cmp.Crl.Fn");
            r.SetParaOfRuner("172.22.30.85_003", "-t 1 -nt 25 -QueueMq Normal.Cmp.Crl.Rl");
            r.SetParaOfRuner("172.22.30.85_004", "-t 1 -nt 25 -QueueMq Normal.Cmp.Crl.Rl");
        }