-
Notifications
You must be signed in to change notification settings - Fork 1
/
Release_Notes_V3.8.txt
55 lines (33 loc) · 1.24 KB
/
Release_Notes_V3.8.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Change Description
==================
The ACIS Ops Load Review software (lr) was modified to issue the command
line which executes the Check_Power_Cmds.py program using Python3.
Also, as a convenience to ACIS Ops, Every time lr is run on a weekly load
(e.g. FEB2221A) it will save the production NonLoadTrackedEvents.txt file
to a "dated" version (e.g. FEB2221A_NonLoadTrackedEvents.txt) in the directory:
/data/acis/LoadReviews/TEST_NLET_FILES
This facilitates testing old load weeks using the NonLoadTrackedEvents.txt that
was existent at the time the load was reviewed for production.
Files Changed:
==============
The changes can be seen here:
https://github.com/acisops/lr/pull/27
Testing:
========
The change was tested by running the APR0819T load which
is a version of the APR0819A load which was hand edited
to generate all power command errors that Check_Power_Cmds.py
tests for. It was run in both a production mode as well as
a test mode to assure that the dated NLET file is created
only when lr is run in production mode and only using the
production NLET file.
All tests PASSED.
Interface impacts
=================
None
Review
======
ACIS Ops
Deployment Plan
===============
Deploy as soon as this week's load is activated.