CameraITS: Add EV compensation test

Basic test checks the luma brightness strict monotonicity only, which can run
on all devices.
Advanced test checks the luma brightness vs expected model values. It can only
run on the devices that support tone map manual control.

Bug: 18293350
Change-Id: Id7e0e58421caf76e585a422d6ab5e49c8d967c8a
diff --git a/apps/CameraITS/tools/run_all_tests.py b/apps/CameraITS/tools/run_all_tests.py
index 2202d5b..f5a53b1 100644
--- a/apps/CameraITS/tools/run_all_tests.py
+++ b/apps/CameraITS/tools/run_all_tests.py
@@ -38,6 +38,8 @@
             "test_ae_precapture_trigger",
             "test_black_white",
             "test_crop_region_raw",
+            "test_ev_compensation_advanced",
+            "test_ev_compensation_basic",
             "test_locked_burst",
             "test_yuv_plus_jpeg"
         ]