From fbe4bb98345727d190cefcfb3ec54ad9075fba9d Mon Sep 17 00:00:00 2001 From: "RamaPrasad Amaranarayana (ra5425)" Date: Wed, 19 Sep 2018 17:40:40 -0400 Subject: Change Management Schedule Optimization Adding Robot Test Scripts for Change Management Schedule Optimization Change-Id: Id5edf9d3fb3c2390791362692c8b25f7607045c6 Issue-ID: OPTFRA-352 Signed-off-by: RamaPrasad Amaranarayana (ra5425) --- cmso-robot/robot/assets/sql/OptimizationInProgresss.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmso-robot/robot/assets/sql/OptimizationInProgresss.sql (limited to 'cmso-robot/robot/assets/sql/OptimizationInProgresss.sql') diff --git a/cmso-robot/robot/assets/sql/OptimizationInProgresss.sql b/cmso-robot/robot/assets/sql/OptimizationInProgresss.sql new file mode 100644 index 0000000..3123ad7 --- /dev/null +++ b/cmso-robot/robot/assets/sql/OptimizationInProgresss.sql @@ -0,0 +1,3 @@ +SET SQL_SAFE_UPDATES = 0; +update schedules set status = 'Pending Schedule' where status = 'Optimization in Progress'; +SET SQL_SAFE_UPDATES = 1; \ No newline at end of file -- cgit 1.2.3-korg t.png' alt='cgit logo'/> index : so
Service OrchestratorGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: 79cc14ada38a8c78a21200f4af9b44dcc02e71f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21