}
// This test verifies that database backend can operate in Read-Only mode.
-TEST_F(MySqlHostDataSourceTest, DISABLED_testReadOnlyDatabase) {
+TEST_F(MySqlHostDataSourceTest, testReadOnlyDatabase) {
testReadOnlyDatabase(MYSQL_VALID_TYPE);
}
}
// This test verifies that database backend can operate in Read-Only mode.
-TEST_F(PgSqlHostDataSourceTest, DISABLED_testReadOnlyDatabase) {
+TEST_F(PgSqlHostDataSourceTest, testReadOnlyDatabase) {
testReadOnlyDatabase(PGSQL_VALID_TYPE);
}
fi
if [ "$1" = "--modversion" ]; then
- VERSION=$(sysrepoctl -v | tr -s " " | cut -d " " -f 7)
- echo "${VERSION}"
+ MAJOR="1"
+ MINOR="0"
+ PATCH="0"
+ echo "${MAJOR}.${MINOR}.${PATCH}"
exit 0
fi